$(document).ready(function(){
	$(".mainimage").cycle({
		timeout: 1000,
		speed : 3000,
		random : 0
	});
});
