function displayhomeflash()
{
   document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"  width="756" height="202">\n');
   document.write('<param name="movie" value="images/New.swf" />\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<param name="WMODE" value="Opaque" />\n');
   document.write('<embed src="images/New.swf" quality="high"  type="application/x-shockwave-flash" width="756" height="202"></embed>\n');
   document.write('</object>\n');
}
