// use this header for the Crew 57 web site
if (!modDate) { var modDate="01/00/2001" }
var dateObj = new Date(document.lastModified)
var lmonth = dateObj.getMonth() + 1
var date = dateObj.getDate()
var fyear = dateObj.getYear()
var fyear1 = dateObj.getYear()
if (fyear < 1000)  // if date years from 1900 the add 1900
  {
  fyear = dateObj.getYear() +1900
  }
if (fyear > 1998)  //  use value from system
  {
  modDate = lmonth + "/" + date + "/" + fyear
  }
var ctext = '<a name="c57_top"><center><table width="95%" border="0">'
ctext += '<tr><td width="30%"><center>'
ctext += '<img SRC="/common/train57_1.gif" height=90 width=182 alt="train">'
ctext += '</rd><td width="40%" valign="center"><center>'
ctext += '<b><font color="#006633" size="6">BSA Venture Crew&nbsp;57<br></font>'
ctext += '<font size="3">Baden Powell Modular Railroad Club<br>'
ctext += 'Downers Grove, Illinois</font></b></center></td>'
ctext += '<td width="30%"><center> <img SRC="/common/V75.GIF" height=75 width=75 alt="Venture Scout symbol">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'
ctext += '<img SRC="/common/SCTSYMB2.GIF" height=80 width=80 alt="Boy Scout symbol"></center></td></tr></table>'
document.write(ctext)
//  start of link information
var ctext = '<table width="90%" border="0"><tr><td align="center">'
ctext += '<a href="/" onMouseOut="document.h_home.src = '
ctext += "'/common/buttons/h_home.gif'"
ctext += '"; onMouseOver="document.h_home.src = '
ctext += "'/common/buttons/h_home_f2.gif'"
ctext += '";><img name="h_home" src="/common/buttons/h_home.gif" width="64" height="22" border="0" alt="Crew 57 home page"></a>'
//
ctext += '<a href="/info/about_us.php" onMouseOut="document.h_about_us.src = '
ctext += "'/common/buttons/h_about_us.gif'"
ctext += '"; onMouseOver="document.h_about_us.src = '
ctext += "'/common/buttons/h_about_us_f2.gif'"
ctext += '";><img name="h_about_us" src="/common/buttons/h_about_us.gif" width="97" height="22" border="0" alt="Crew 57 past activities"></a>'
//
ctext += '<a href="/activities/past.php" onMouseOut="document.h_past_act.src = '
ctext += "'/common/buttons/h_past_act.gif'"
ctext += '"; onMouseOver="document.h_past_act.src = '
ctext += "'/common/buttons/h_past_act_f2.gif'"
ctext += '";><img name="h_past_act" src="/common/buttons/h_past_act.gif" width="120" height="22" border="0" alt="Crew 57 past activities"></a>'
//
ctext += '<a href="/activities/future.php" onMouseOut="document.h_future_act.src = '
ctext += "'/common/buttons/h_future_act.gif'"
ctext += '"; onMouseOver="document.h_future_act.src = '
ctext += "'/common/buttons/h_future_act_f2.gif'"
ctext += '";><img name="h_future_act" src="/common/buttons/h_future_act.gif" width="144" height="22" border="0" alt="Crew 57 Future Activities"></a>'
//
ctext += '<a href="/info/history/history.php" onMouseOut="document.h_history.src = '
ctext += "'/common/buttons/h_history.gif'"
ctext += '"; onMouseOver="document.h_history.src = '
ctext += "'/common/buttons/h_history_f2.gif'"
ctext += '";><img name="h_history" src="/common/buttons/h_history.gif" width="72" height="22" border="0" alt="Crew 57 history"></a>'
//
ctext += '<a href="/info/contact/leaders.php" onMouseOut="document.h_leaders.src = '
ctext += "'/common/buttons/h_leaders.gif'"
ctext += '"; onMouseOver="document.h_leaders.src = '
ctext += "'/common/buttons/h_leaders_f2.gif'"
ctext += '";><img name="h_leaders" src="/common/buttons/h_leaders.gif" width="76" height="22" border="0" alt="Crew 57 leaders"></a>'
//
ctext += '<a href="/info/meeting/meeting.php" onMouseOut="document.h_meetings.src = '
ctext += "'/common/buttons/h_meetings.gif'"
ctext += '"; onMouseOver="document.h_meetings.src = '
ctext += "'/common/buttons/h_meetings_f2.gif'"
ctext += '";><img name="h_meetings" src="/common/buttons/h_meetings.gif" width="84" height="22" border="0" alt="Crew 57 meetings"></a>'
//
ctext += '<a href="/info/contact/contact.php" onMouseOut="document.h_contact.src = '
ctext += "'/common/buttons/h_contact.gif'"
ctext += '"; onMouseOver="document.h_contact.src = '
ctext += "'/common/buttons/h_contact_f2.gif'"
ctext += '";><img name="h_contact" src="/common/buttons/h_contact.gif" width="97" height="22" border="0" alt="Crew 57 contact information"></a>'
//
ctext += '</tr></table><hr WIDTH="85%"></center>'
document.write(ctext)

