$(document).ready(function(){
	//start the slideshow
	$("#homeSlideShow > ul").tabs({fx:{opacity: "toggle"}}).tabs("rotate", 10000, true);
});

