/*

$(function() {
		   
		   z$('#homeRotator').cycle({fx:'fade',pause:1,timeout:2500});
		  // $('#homeRotatorText').cycle({fx:'fade',pause:1,timeout:2500, next:'#homeRotatorText'});
		   $('#cat1').cycle({fx:'fade',pause:1,timeout:2500});
		   $('#cat2').cycle({fx:'fade',pause:1,timeout:2500});
		   $('#cat3').cycle({fx:'fade',pause:1,timeout:2500});
		   });

*/

