// docwrite.js
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="780" height="250">');
document.write('<param name=movie value="header.swf">');
document.write('<param name=quality value=high>');
document.write('<embed src="header.swf" quality=high  type="application/x-shockwave-flash" width="780" height="250">');
document.write('</embed>'); 
document.write('</object>');

