function getHomeFlash()
{ 
    if(readCookie('flashcookie')=="1") {
	   var cachedstring = "";
	   if(readCookie('cachedcookie')=="1")
	   {
	     cachedstring = "?cached=1";
	   }
	   else
	   {
	     createCookie('cachedcookie',"1",7)
	   }
	   document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="500" height="145" id="homea3" align="middle" VIEWASTEXT>\n');
	   //document.write('<param name="movie" value="content/FindDealer/us.swf?data_file=dealerMap.xml" />\n');
	   //document.write('<param name="quality" value="high" />\n');
	   //document.write('<param name="bgcolor" value="858585" />\n');
	   document.write('<param name="allowScriptAccess" value="sameDomain" />\n');
	   document.write('<param name="movie" value="content/home/homea3.swf'+cachedstring+'" />\n');
	   //document.write('<param name="movie" value="homea3.swf" />\n');
	   document.write('<param name="loop" value="false" />\n');
	   document.write('<param name="quality" value="best" />\n');
	   document.write('<param name="bgcolor" value="#000000" />\n');
	   document.write('<embed src="content/home/homea3.swf'+cachedstring+'" loop="false" quality="best" bgcolor="#000000"  width="500" height="145" name="homea3" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash"  pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>\n');
	   document.write('</object>\n');
    } else{   	
    	document.write('<img src="/images/design/flash.jpg" width="500" height="145" border="0">\n');
    }
}
