$(document).ready(function(){
	$('#topimg').cycle({
		fx:     'fade',
		speed:   1200,
		timeout: 5000
	});

});
