// JavaScript Document

function RunFooDuzzit()
{
   document.write('<object type="application/x-shockwave-flash", data="duzzit.swf", width="300px", height="270px">\n');
   document.write('<param name="movie" value="duzzit.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="duzzit.swf", width="300px", height="270px", play="false"></embed>\n');
   document.write('</object>\n');
}
 
