$(document).ready(function() {

	$("#mainimage > img").removeClass("hide"); // class is primarily to hide from IE blocked content 'feature'

	$("#mainimage").cycle({
		fx: "fade",
		speed: 3000,
		timeout: 1000,
		next: "#mainimage",
		pause: 1
	});

});
