
// NOTE: If you use a ' add a slash before it like this \'
//  but ok to use " directly.

document.write('<div id="masthead">');

document.write('<DIV id=logo> ');
document.write('<table width="70%" border="0" cellpadding="0" cellspacing="0"> ');
document.write('  <tr> ');
document.write('    <td width="13%"><IMG width=108 height=110 alt="PedalOffPounts"  ');
document.write('	src="picts/bikewithme.gif" ></td> ');
document.write('    <td width="87%" align="center"  valign="top" > ');
document.write('		<table width="80%" border="0" cellpadding="0" cellspacing="0"> ');
document.write('  <tr> ');
document.write('    <td align="center"><font color="#FFFFFF" size="+7"> BikeWithMe</font></td> ');
document.write('    </tr> ');
  
document.write('  <tr> ');
document.write('    <td align="center"><font color="#FFFFFF">Motivation For Active Living </font></td> ');
document.write('    </tr> ');
document.write('</table> ');
document.write('</td> ');
document.write('  </tr> ');
document.write('</table> ');
document.write('    </DIV> ');
  
document.write('<div id="utility">');
document.write('        <font style="font: Verdana, sans-serif; color:#FFFFFF" >');
document.write('		Public page</font>');
document.write('</div> ');
    
  
  // NOTE to change number of items in global menu, 
  // see prelims.jsp - (2 number of items variables)
  // and concludes.jsp (defines menuitems) files.
document.write('<div id="globalNav">  ');
document.write('<img alt="" src="gblnav_left.gif" height="32" width="4" id="gnl">  ');
document.write('<img alt="" src="glbnav_right.gif" height="32" width="4" id="gnr"> ');

document.write('<div id="globalLink">  ');

//document.write('<a href="http://www.bikewithme.com/soon/welcomeOverall.htm" id="gl1" class="glink" ');
//document.write('onmouseover="ehandler(event,menuitem1);">Home</a>');

document.write('<a href="http://www.bikewithme.com/soon/welcome.htm" id="gl2" class="glink" ');
document.write('onmouseover="ehandler(event,menuitem2);"> Contests</a>');

//document.write('<a href="http://www.bikewithme.com/message/forums/list.page" id="gl3" class="glink" ');
//document.write('onmouseover="ehandler(event,menuitem3);"> Message Board</a>');

document.write('<a href="http://www.bikewithme.com/store/store.htm" id="gl4" class="glink" ');
document.write('onmouseover="ehandler(event,menuitem4);"><font color="#FF0066"> Store</font></a>');

document.write('<a href="http://www.bikewithme.com/coach/coachHome.htm" id="gl5" class="glink" ');
document.write('onmouseover="ehandler(event,menuitem5);"> Coaching</a>');

document.write('<a href="http://www.bikewithme.com/soon/familyCenterForm.htm" id="gl6" class="glink" ');
document.write('onmouseover="ehandler(event,menuitem5);"> Family</a>');

document.write('</div> ');  <!-- end globalLinks --> 
document.write('</div> ');  <!-- end globalNav --> 




<!-- note I don't think you can erase these elements if no text.  screws up code--> 
//document.write('<div id="subglobal1" class="subglobalNav" ></div> ');<!-- end subglobal --> 

document.write('<div id="subglobal2" class="subglobalNav"> ');
document.write('<a href="http://www.bikewithme.com/soon/calendar.htm" >Calendar ');
document.write('</a> | <a href="http://www.bikewithme.com/soon/competesSummary.htm" >Current Contests ');
document.write('</a> | <a href="http://www.bikewithme.com/soon/accessCodeRegister.htm" >Register ');
document.write('</a> | <a href="http://www.bikewithme.com/soon/memberships.htm" >Memberships ');
document.write('</a></div> '); 


document.write('<div id="subglobal3" class="subglobalNav" ></div>'); <!-- end subglobal --> 
document.write('<div id="subglobal4" class="subglobalNav" ></div>'); <!-- end subglobal --> 
document.write('<div id="subglobal5" class="subglobalNav" ></div> '); <!-- end subglobal --> 
document.write('<div id="subglobal6" class="subglobalNav" ></div> '); <!-- end subglobal --> 
document.write('<div id="subglobal7" class="subglobalNav" ></div> '); <!-- end subglobal --> 
document.write('<div id="subglobal8" class="subglobalNav" ></div> '); <!-- end subglobal --> 





document.write('</div> ');  <!-- end masthead --> 

