

function insertFlashStrip(siteroot) {
document.write('<object id="movie" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="799" height="102">');
      document.write('<param name="allowScriptAccess" value="sameDomain" />');
      document.write('<param name="movie" value="' + siteroot + '_flash/flash_strip.swf" />');
	  document.write('<param name="wmode" value="transparent" />');
      document.write('<param name="quality" value="high" />');
      document.write('<embed id="movie" name="movie"  wmode="transparent" src="' + siteroot + '_flash/flash_strip.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="799" height="102" />');
document.write('</object>');
} 

function insertFlashCutout() {
document.write('<object id="movie" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="198" height="414">');
      document.write('<param name="allowScriptAccess" value="sameDomain" />');
      document.write('<param name="movie" value="_flash/cutout.swf" />');
	  document.write('<param name="wmode" value="transparent" />');
      document.write('<param name="quality" value="high" />');
      document.write('<embed id="movie" name="movie"  wmode="transparent" src="_flash/cutout.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="198" height="414" />');
document.write('</object>');
} 

function insertFlashLeadfree() {
document.write('<object id="movie" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="147" height="63">');
      document.write('<param name="allowScriptAccess" value="sameDomain" />');
      document.write('<param name="movie" value="_flash/leadfree.swf" />');
	  document.write('<param name="wmode" value="transparent" />');
      document.write('<param name="quality" value="high" />');
      document.write('<embed id="movie" name="movie"  wmode="transparent" src="_flash/leadfree.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="147" height="63" />');
document.write('</object>');
} 

function insertFlashVideo() {
document.write('<object id="movie" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="500" height="330">');
      document.write('<param name="allowScriptAccess" value="sameDomain" />');
      document.write('<param name="movie" value="../_flash/video.swf" />');
	  document.write('<param name="wmode" value="transparent" />');
      document.write('<param name="quality" value="high" />');
      document.write('<embed id="movie" name="movie"  wmode="transparent" src="../_flash/video.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="500" height="330" />');
document.write('</object>');
}

function insertFlashTeaser() {
document.write('<object id="movie" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="165" height="119">');
      document.write('<param name="allowScriptAccess" value="sameDomain" />');
      document.write('<param name="movie" value="_flash/teaser.swf" />');
	  document.write('<param name="wmode" value="transparent" />');
      document.write('<param name="quality" value="high" />');
      document.write('<embed id="movie" name="movie"  wmode="transparent" src="_flash/teaser.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="165" height="119" />');
document.write('</object>');
} 

function insertQuickTime(thefile) {
document.write('<object CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" width="400" height="300" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab">');
document.write('<param name="src" value="../_quicktime/' + thefile + '.mov">');
document.write('<param name="autoplay" value="true">');
document.write('<embed src="../_quicktime/' + thefile + '.mov" width="400" height="300" autoplay="true" pluginspage="http://www.apple.com/quicktime/"></embed>');
document.write('</object>');
	
}