$(document).ready(function()
	{
		$("#featured").tabs({fx:{opacity: "toggle"}}).tabs("rotate", 10000, true);
	});

