/*************************************************************************
    flash.js (version date March 2008)
    flash script by Scott Huston for PVCC
*************************************************************************/
function embedFlash() {
  document.write(" <object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0' id='home9' width='162' height='325'>");
  document.write("  <param name='movie' value='swf/home9.swf' />");
  document.write("  <param name='bgcolor' value='#ffffff' />");
  document.write("  <param name='quality' value='high' />");
  document.write("  <param name='allowscriptaccess' value='samedomain' />");
  document.write("  <embed type='application/x-shockwave-flash' pluginspage='http://www.adobe.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash' name='home9' width='162' height='325' src='swf/home9.swf' bgcolor='#ffffff' quality='high' allowscriptaccess='samedomain'>");
  document.write("  <noembed>");
  document.write("  </noembed>");
  document.write("  </embed>");
  document.write(" </object>");
}