 WriteFlashContent = function(hasFlash,width,height,Furl,quality,wmode,alt,Iurl,xmlFeed){
		 if(hasFlash){
		 	var type = "";
		 	if(document.all) {type = "classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0\"";}
		 	else {type = "type=\"application/x-shockwave-flash\" data=\""+Furl+"\"";}
		 	document.write("<object id=\"ripcurlute\" "+type+" height=\""+height+"\" width=\""+width+"\"><param name=\"base\" value=\"\"><param name=\"allowScriptAccess\" value=\"sameDomain\"><param name=\"movie\" value=\""+Furl+"\"><param name=\"quality\" value=\""+quality+"\"><param name=\"wmode\" value=\""+wmode+"\">");
		 	document.write("<param name=\"flashvars\" value=\"" + (section && section != '' ? "section=" + section : "") + (priceZone && priceZone != '' ? "&pricezone=" + priceZone : "") + (xmlFeed && xmlFeed != '' ? "&myXML=" + xmlFeed : "") + "\">");
		 	document.write("</object>");
		 }
		 else if(Iurl && Iurl != '') {document.write("<img src=\""+Iurl+"\" height=\""+height+"\" width=\""+width+"\" alt=\"" + alt + "\"/>");}
		 else {document.write("<div id=\"noflash\"><h2>Browser Plugin Not Found</h2><p>The required version of Macromedia Flash Player was not detected.</p><ul><li><a href=\"http://www.macromedia.com/go/getflashplayer\" title=\"Get Flash Player\">Download Macromedia Flash Player</a></li><li>Contact the Ford Help Desk for more details</li></ul><p><a class=\"getflash\" href=\"http://www.macromedia.com/go/getflashplayer\" title=\"Get Flash Player\"><img src=\"/futuretense_cs/dfy/get_flash_player.gif\" height=\"31\" width=\"88\" alt=\"Download Flash Player\"/></a></p></div>");}}
