jQuery.noConflict();
jQuery(document).ready(function(){
// ad
	$tabs = jQuery("#tab > ul")
	.tabs({ fx: { opacity: 'toggle',  duration: 'fast' } })	
	.tabs("rotate", 5000)
	.parent();
});
