 $(document).ready(function() {
 
 $('#topbanner').cycle({
		fx:    'fade',
		sync:   0,
		delay: -2000
	});
	
});
