window.addEvent('domready', function() {
	
   	var tabs = new SimpleTabs('tabs', {
			selector: 'h2'
		});
});
