function flash_obj( src_file, movie_width, movie_height, bg_color ) {  document.writeln('      <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="' + movie_width + '" height="' + movie_height + '">');  document.writeln('        <param name="movie" value="' + src_file + '">');  document.writeln('        <param name="quality" value="high">');  document.writeln('        <embed src="' + src_file + '" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="' + movie_width + '" height="' + movie_height + '"></embed>');  document.writeln('      </object>');}function flash_obj2(  ) {  document.writeln('<!--url\'s used in the movie-->');
  document.writeln('<a href="/default.aspx"></a>');
  document.writeln('<a href="/calendar.aspx"></a>');
  document.writeln('<a href="/aed_info.aspx"></a>');
  document.writeln('<a href="/classes.aspx"></a>');
  document.writeln('<a href="/links.aspx"></a>');
  document.writeln('<a href="/contact.aspx"></a>');
  document.writeln('<a href="/instructors/default.aspx"></a>');
  document.writeln('<!--text used in the movie-->');
  document.writeln('<!-- saved from url=(0013)about:internet -->');
  document.writeln('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="710" height="150" id="header" align="middle">');
  document.writeln('<param name="allowScriptAccess" value="sameDomain" />');
  document.writeln('<param name="movie" value="/flash/header.swf" /><param name="quality" value="best" /><param name="wmode" value="transparent" /><param name="bgcolor" value="#0b0138" /><embed src="/flash/header.swf" quality="best" wmode="transparent" bgcolor="#0b0138" width="710" height="150" name="header" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
  document.writeln('</object>');}