// JavaScript Document

function Runbanner()
{

   document.write('<object classid="clsid:D27CDB6E..." ... height="200" width="782">\n');
   document.write('<param name="movie" value="topflash.swf">\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<embed src="topflash.swf" ... height="200" width="782"></embed>\n');
   document.write('</object>\n');
}
