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

