document.write("<div align='center'>");
document.write("<center>");
document.write("<table border='0' width='700' bgcolor='#FFFFFF' cellspacing='0' cellpadding='0'>");
document.write("<tr>");
document.write("<td width='20' valign='top'><img border='0' src='images/top_left.gif' width='10' height='10'></td>");
document.write("<td colspan='2'>");
document.write("<h1>The Sussex Radio Flying Club</h1>");
document.write("</td>");
document.write("<td width='20' valign='top' align='right'><img border='0' src='images/top_right.gif' width='10' height='10'></td>");
document.write("</tr>");
document.write("</center>");
document.write("<tr>");
document.write("<td>&nbsp;</td>");
function formHandler(form)
  {
  var URL = document.form.page.options[document.form.page.selectedIndex].value;
  window.location.href = URL;
  }
document.write("<td><form name='form'>");
document.write("<p><select name='page' size='1' onChange='javascript:formHandler()'>");
document.write("<option>Please choose section...</option>");
document.write("<option value='/index.html'>Home</option>");
document.write("<option value='/articles_index.htm'>Articles, Hints & Tips</option>");
document.write("<option value='/committee.htm'>Committee</option>");
document.write("<option value='/comps.htm'>Competition Results Archive</option>");
document.write("<option value='/contact.htm'>Contact Us</option>");
document.write("<option value='/events.htm'>Events for 2012</option>");
document.write("<option value='/forsale.htm'>For Sale & Wanted Items</option>");
document.write("<option value='/gallery.htm'>Gallery ( Photos & Projects)</option>");
document.write("<option value='/gallery_v1.htm'>Gallery ( Video )</option>");
document.write("<option value='/gliders.htm'>Gliders</option>");
document.write("<option value='/heli.htm'>Helicopters</option>");
document.write("<option value='/history.htm'>History</option>");
document.write("<option value='/indoorflying.htm'>Indoor Flying</option>");
document.write("<option value='/links.htm'>Links</option>");
document.write("<option value='/membership.htm'>Membership - Joining the SRFC</option>");
document.write("<option value='/safety.htm'>Safety & Incident Reporting</option>");
document.write("<option value='/subscribe.html'>Subscribe to E-News</option>");
document.write("</select></p></form></td>");
document.write("<td>");
  var months=new Array(13);
  months[1]="January";
  months[2]="February";
  months[3]="March";
  months[4]="April";
  months[5]="May";
  months[6]="June";
  months[7]="July";
  months[8]="August";
  months[9]="September";
  months[10]="October";
  months[11]="November";
  months[12]="December";
  var time=new Date();
  var lmonth=months[time.getMonth() + 1];
  var date=time.getDate();
  var year=time.getYear();

  if ((navigator.appName == "Microsoft Internet Explorer") && (year < 2000))
    year="19" + year;
  if (navigator.appName == "Netscape")
    year=1900 + year;
document.write("<p align='right'><font size='1'><b>Today's date: ");
document.write(lmonth + " " + date + ", " + year + "</b></font></p>");
document.write("</td>");
document.write("<td>&nbsp;</td>");
document.write("</tr>");
document.write("</table>");
document.write("</div>");
