function cycleContent(){
	try{
		if($('#featureSectionsSlideShow').length > 0){
			$('#featureSectionsSlideShow').cycle({fx: 'fade'});
		}
	}catch(e){}
	
	try{
		if($('#customerTestimonials').length > 0){
			$('#customerTestimonials').cycle({fx: 'fade'});
		}
	}catch(e){alert(e)}
}

function initMarquee(){
	try{
		if($("#marquee").length > 0){
			$("#marquee").marquee();
		}
	}catch(e){}
}
