// docwrite.js
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width=836 height=417>');
document.write('<param name=movie value="/out/my_theme/src/home.swf">');
document.write('<param name=quality value=high>');
document.write('<param name=scale value=exactfit>');
document.write('<param name=wmode value=transparent>');
document.write('<param name=bgcolor value=#FFFFFF>');
document.write('<embed src="/out/my_theme/src/home.swf" quality=high scale=exactfit wmode=transparent bgcolor=#FFFFFF  width=836 height=417 type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed>');
document.write('</object>');