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

