$(function(){
	
	// Cycle banner images
	$("#joinBanner .hide").removeClass("hide");
	$('#joinBanner .ftimg').cycle({ 
		timeout: 10000,
		delay:  3000, 
		speed:  800
	});

});


