$jQ(document).ready(function() {
	var gpv = new deconcept.SWFObjectUtil.getPlayerVersion;
	//if( gpv.major > 0 ) { jQuery("#flash").show(); }


	var hp = jQuery("#LOB1desc.LOBSelected");
	if( hp.length > 0) 
	{
   	var so = new SWFObject("/skins/images/homepage/banner.swf", "banner", "774", "200", "8", "#FFFFFF");
   	so.write("flash");
	if( gpv.major > 0 ) { jQuery("#flash").show(); }
	}

});

