$(document).ready(onReady);

function onReady(){
	$('#banner').cycle({fx: 'fade', speed: 3000});	
}