var j = jQuery.noConflict();
		j(function(){
		j("#banner ul").cycle({
		fx: 'fade',
		pager : '#pager',
		timeout: 5000
		});	
	 });
