$(document).ready(function(){

	//Standard Slideshow
	$('#topcontent').cycle({
		speed:   1200,
		timeout: 4000
	});

	$('#slideshow').cycle({
		speed:   1200,
		timeout: 3000
	});

});
