function RunPityTheFoo()
{
   document.write('<object classid="clsid:D27CDB6E..." ... height="350" width="500">\n');
   document.write('<param name="movie" value="images/smash4six.swf" />\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<embed src="images/smash4six.swf" ... height="350" width="500"></embed>\n');
   document.write('</object>\n');
}