jQuery("window").ready(
    function(){
  	var FO = { movie:"/content/flash/AllosourceHomeBanner.swf", width:"990", height:"178", majorversion:"9", build:"0", wmode: "transparent", flashvars:"", xi:"true", allownetworking: "all", allowscriptaccess: "always" };
	UFO.create(FO, "homepageFlash");
	
	$("#splash-widgets a.block-link").hover(
		function(){
			$(this).parent().parent().css("background","url('/content/images/bg-widget3_highlight.png') no-repeat left top");
			$("#splash-widgets").pngFix();
		},
		function(){
			$(this).parent().parent().css("background","url('/content/images/bg-widget3.png') no-repeat left top");			
			$("#splash-widgets").pngFix();
		}
	);
    }
);

