<!-- Begin
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=520,height=500,left = 710,top = 350');");
}
// End -->
jQuery.noConflict();  


 jQuery.noConflict();
   	jQuery(document).ready(function($){ 
    $('#banners').innerfade({
    speed: 'slow', 
	timeout: 5000, 
	type: 'sequence', 
	containerheight: '75px' 
	});
	
	//$("img").each(function(index, el){
	//    var img_src = el.src;
	//    $(el).load(function () {
	//	      $(this).animate({ opacity: 1 }, 'normal')
	//    }).attr('src', img_src).css('opacity', 0);
	// });
}); 



