﻿/*$.ready(function () {
	$('div.expandable p.exp').expander({
		slicePoint: 2,
		expandText: "+",
		userCollapseText: "-"
	});
});*/
$(document).ready(function () {
	$("#featured").tabs({ fx: { opacity: "toggle"} }).tabs("rotate", 5000, true);
});

