function put_swf(URL, WIDTH, HEIGHT){document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" ');document.write('codebase="http://fpdownload.macromedia.com/pub/shockwave/');document.write('cabs/flash/swflash.cab#version=8,0,0,0" ');document.write('width="'+WIDTH+'" height="'+HEIGHT+'" id="top" align="middle">');    document.write('<param name="allowScriptAccess" value="sameDomain" />');    document.write('<param name="movie" value="'+URL+'" />');    document.write('<embed src="'+URL+'" quality="high" bgcolor="#FFFFFF" ');    document.write('width="'+WIDTH+'" height="'+HEIGHT+'" name="top" align="middle" ');    document.write('type="application/x-shockwave-flash" ');    document.write('pluginspage="http://www.macromedia.com/go/getflashplayer">');    document.write('</embed>');    document.write('</object>');    }