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

