$(document).ready(function(){

	//Standard Slideshow
	$('#mainslides,#splashimg').cycle({
		speed:   1200,
		timeout: 3500
	});

});
