jQuery.noConflict();

jQuery(document).ready(
	function(){
		//displayDate();
		jQuery('ul#banner').innerfade({
			speed: 850,
			timeout: 3000,
			type: 'sequence',
			containerheight: '239px'
		});
	
		
	});


