// docwrite.js
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="766" height="325">');
document.write('<param name=movie value="main.swf">');
document.write('<param name=quality value=high>');
document.write('<embed src="main.swf" quality=high width="766" height="325">');
document.write('</embed>'); 
document.write('</object>');