pax.load.onloaded( function() {
	pax.widget.tabset.init( pax.$( 'myTabset2' ), {
		width: '100%',
		tabs: [
			//	TODO: put this back to google.
			//	{ title: 'Google iFrame', content: { frame: 'http://google.com' } },
			{ title: 'PAXJS demo iFrame', content: { frame: '/paxjs.com/demo.htm' } },
			{ title: 'Lazy loaded ajax', content: { url: '../examples/demo_tabset.ajax.tpl', lazy: true } },
			{ title: 'Text content', content: 'Hello, I\'m the contents of the static tab!!!' }
		]
	} );
} );
