function insert_header() {
   if (document.location.protocol == "https:") {
      document.write('<div class="top_menu">');
      document.write('<span><a href="index.php">Home</a></span>');
      document.write('<span><a href="login.php">Member Login</a></span>');
      document.write('<span><a href="rewards.html">Rewards!</a></span>');
      document.write('<span><a href="manage.php">Post a scramble</a></span>');
      document.write('</div>');
           document.write('<img src="img/head.jpg" width="448" height="229" alt="">');
   }
   else {
           document.write('<object        classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"');
           document.write('codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"');
           document.write('width="448"');
           document.write('height="229"');
           document.write('id="header"');
           document.write('align="middle">');
           document.write('<param name="movie" value="flash/head.swf" />');
           document.write('<param name="quality" value="high" />');
           document.write('<embed src="flash/head.swf"');
           document.write('quality="high"');
           document.write('width="448"');
           document.write('height="229"');
           document.write('name="header"');
           document.write('align="middle"');
           document.write('type="application/x-shockwave-flash"');
           document.write('pluginspage="http://www.macromedia.com/go/getflashplayer" />');
           document.write('</object>');
   }
}

function insert_usa_map(states_status){
        document.write('<object        classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"');
        document.write('codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"');
        document.write('width="400"');
        document.write('height="263"');
        document.write('id="USA_map"');
        document.write('align="middle">');
        document.write('<param name="allowScriptAccess" value="sameDomain" />');
        document.write('<param name="movie" value="flash/map.swf" />');
        document.write('<param name="menu" value="false" />');
        document.write('<param name="quality" value="high" />');
        document.write('<param name="FlashVars" value="states_status='+states_status+'" />');
        document.write('<embed src="flash/map.swf"');
        document.write('quality="high"');
        document.write('width="400"');
        document.write('height="263"');
        document.write('name="USA_map"');
        document.write('align="middle"');
        document.write('allowScriptAccess="sameDomain"');
        document.write('menu="false"');
        document.write('FlashVars="states_status='+states_status+'"');
        document.write('type="application/x-shockwave-flash"');
        document.write('pluginspage="http://www.macromedia.com/go/getflashplayer" />');
        document.write('</object>');
}

function insert_usa_map2(states_status){
        document.write('<object        classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"');
        document.write('codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"');
        document.write('width="400"');
        document.write('height="263"');
        document.write('id="USA_map"');
        document.write('align="middle">');
        document.write('<param name="allowScriptAccess" value="sameDomain" />');
        document.write('<param name="movie" value="flash/map_1.swf" />');
        document.write('<param name="menu" value="false" />');
        document.write('<param name="quality" value="high" />');
        document.write('<param name="FlashVars" value="states_status='+states_status+'" />');
        document.write('<embed src="flash/map_1.swf"');
        document.write('quality="high"');
        document.write('width="430"');
        document.write('height="263"');
        document.write('name="USA_map"');
        document.write('align="middle"');
        document.write('allowScriptAccess="sameDomain"');
        document.write('menu="false"');
        document.write('FlashVars="states_status='+states_status+'"');
        document.write('type="application/x-shockwave-flash"');
        document.write('pluginspage="http://www.macromedia.com/go/getflashplayer" />');
        document.write('</object>');
}
