document.writeln('<div><object id="FlashPlayer" ');
document.writeln('  classid="CLSID:D27CDB6E-AE6D-11cf-96B8-444553540000" ');
document.writeln('  codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" ');
document.writeln('  width="640" ');
document.writeln('  height="360">');
document.writeln('  <param name="allowScriptAccess" value="always" />');
document.writeln('  <param name="movie" value="ss08workshop.swf">');
document.writeln('  <param name="quality" value="high">');
document.writeln('  <param name="loop" value="false"');
document.writeln('  <param name="scale" value="showall">');
document.writeln('  <param name="menu" value="true">');
document.writeln('  <param name="swLiveConnect" value="true">');
document.writeln('  <embed name="FlashPlayer"');
document.writeln('    type="application/x-shockwave-flash" ');
document.writeln('    pluginspage="http://www.macromedia.com/go/getflashplayer" ');
document.writeln('    src="ss08workshop.swf" ');
document.writeln('    width="640" ');
document.writeln('    height="360" ');
document.writeln('    quality="high" ');
document.writeln('    loop="false"');
document.writeln('    scale="showall" ');
document.writeln('    menu="true" ');
document.writeln('    swLiveConnect="true">');
document.writeln('</object></div>');

