$(window).bind('load',function(){
	$('#topimg')
		.cycle({
			speed:   1200,
			timeout: 4000
	});

	$('#featuretopimg')
		.after('<div id="cyclenav">')
		.cycle({
			speed:   1200,
			timeout: 4000,
			pager: '#cyclenav',
			pause: 1
	});
});

