function init() {
    YUI().use("tabview", function(Y) {
	var tabview = new Y.TabView({srcNode:"#sg-tab"});
	tabview.render();
    });
}

