$(window).bind('load',function(){

	$('#splashimgs .roller.img1')
		.cycle({
			speed:   1200,
			timeout: 3000
	});

	$('#splashimgs .roller.img2')
		.cycle({
			speed:   1200,
			timeout: 2600
	});

	$('#splashimgs .roller.img3')
		.cycle({
			speed:   1200,
			timeout: 2000
	});

	$('#splashimgs .roller.img4')
		.cycle({
			speed:   1200,
			timeout: 1800
	});

	$('#splashimgs .roller.img5')
		.cycle({
			speed:   1200,
			timeout: 2400
	});

	$('#splashimgs .roller.img6')
		.cycle({
			speed:   1200,
			timeout: 2200
	});

	$('#splashimgs .roller.img7')
		.cycle({
			speed:   1200,
			timeout: 3200
	});

	$('#splashimgs .roller.img8')
		.cycle({
			speed:   1200,
			timeout: 2800
	});

	$('#splashimgs .roller.img9')
		.cycle({
			speed:   1200,
			timeout: 2500
	});

	$('#splashimgs .roller.img10')
		.cycle({
			speed:   1200,
			timeout: 5000
	});

	$('#slideshow')
		.cycle({
			speed:   1200,
			timeout: 5000
	});

	$('#sideimg')
		.cycle({
			speed:   1200,
			timeout: 4000
	});

});

