$(document).ready(function() {
	$( "#tabs" ).tabs({
	event: "mouseover"
	//fx: {opacity: 'toggle'}
  }).tabs("rotate", 5000, true);
  
  $("body").mouseover(function() {
		Cufon.refresh();
	}).mouseout(function(){
		Cufon.refresh();
	});
  
});
