$(document).ready(function($)	{
// Let's deal with the "lesser" browsers...
	jQuery("IMG").pngfix();
	jQuery("#logo").pngfix();

/* Rotating Banner Images */
	$("#rotating-banner-list").innerfade ({
		speed: 1000,
		timeout: 7000,
		containerheight: 280
	});

});


