// JavaScript Document

function RunFooDidi()
{
   document.write('<object type="application/x-shockwave-flash", data="didicommercial3.swf", width="255px", height="245px">\n');
   document.write('<param name="movie" value="didicommercial3.swf" />\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<param name="wmode" value="transparent" />\n');
   document.write('<param name="play" value="false" />\n');
   document.write('<embed src="didicommercial3.swf", width="245px", height="240px", play="false"></embed>\n');
   document.write('</object>\n');
}

function RunFooZap()
{
   document.write('<object type="application/x-shockwave-flash", data="zap.swf", width="300px", height="265px">\n');
   document.write('<param name="movie" value="zap.swf" />\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<param name="wmode" value="transparent" />\n');
   document.write('<param name="play" value="false" />\n');
   document.write('<embed src="zap.swf", width="300px", height="265px", play="false"></embed>\n');
   document.write('</object>\n');
}

