// insert flash object with script to work around IE
// requirement that users click to activate control
//
// see http://www.amarasoftware.com/flash-problem.htm
// and http://www.adobe.com/devnet/activecontent/articles/devletter.html
//

function insertFlashMovie()
{
  document.write('<object type="application/x-shockwave-flash"\n'); 
  document.write('  data="flash/honeymoons_flash.swf"\n'); 
  document.write('  width="431" height="353">\n');
  document.write('  <param name="movie" value="flash/honeymoons_flash.swf"/>\n');
  document.write('  <param name="quality" value="high"/>\n');
  document.write('</object>\n');
}
