$(window).bind('load',function(){

	$('#topimg')
		.cycle({
			speed:   1200,
			timeout: 4000
	});

});

