var CurrentDate = new Date();

var thisMonth = CurrentDate.getMonth() + 1;
var thisDay = CurrentDate.getDate();
var thisYear = CurrentDate.getYear();

if (navigator.appName == 'Netscape'){
	thisYear = thisYear + 1900;
}

var thisDate = (thisYear * 10000) + (thisMonth * 100) + thisDay;
	
document.writeln("<font size=3>");
document.writeln("<b>Welcome to the Hereford Optimist Club web site.</b>");
document.writeln("<br><br>");
document.writeln("On this site you can find the latest information about the activities of the Hereford Optimist Club.&nbsp;&nbsp;");
document.writeln("Simply choose an item from the menu to begin your visit.");
document.writeln("</font><br><br>");

if (thisDate < 20091024){
  document.writeln("<hr><br><b>Hereford Football Game Chain Gang 2009</b><br>");
	document.writeln("The Hereford Optimist Club is manning the chains again at the Hereford High School football games.<br><br>");
	document.writeln('If you can help, let <a href="mailto:KenFern@comcast.net">Ken</a> know.&nbsp;');
	document.writeln('Help is particularly needed during the Junior Varsity games.<br><br>')
	document.writeln('<a href="downloads/HerefordFootballChainGang2009.pdf" target="_blank">Chain Gang Schedule</a>');
	document.writeln('<br><br>');
}

if (thisDate < 20090911){
  document.writeln("<hr><br><b>Help Needed at Hereford Football Game</b><br>");
	document.writeln("<font size=-1>September 10, 2009 6 PM</font><br><br>");
	document.writeln("Help is needed to handle the chains at the football game.<br><br>");
	document.writeln('If you can help, let <a href="mailto:KenFern@comcast.net">Ken</a> know.&nbsp;');
	document.writeln('<br><br>');
}

if (thisDate < 20090722){
  document.writeln("<hr><br><b>Dinner Meeting</b><br>");
	document.writeln("<font size=-1>July 21, 2009 6:30 PM at the New Freedom Restaurant & Coffee Shop</font><br><br>");
	document.writeln("After the meeting, we will go to the home of Robert Miller on Harris Road for a tour of");
	document.writeln("Miller's Taxidermy Museum.<br><br>");
  document.writeln('Please, let <a href="mailto:KenFern@comcast.net">Ken</a> know that you will attend so that reservations can be made for dinner.');
	document.writeln('<br><br>');
}

if (thisDate < 20090802){
  document.writeln("<hr><br><b>Adopt A Highway</b><br>");
	document.writeln("<font size=-1>August 1 9:00 AM at Elizabeth Ct. and York Rd</font><br><br>");
	document.writeln('Please, let <a href="mailto:KenFern@comcast.net">Ken</a> know that you can help.');
	document.writeln('<br><br>');
}

if (thisDate < 20090809){
  document.writeln("<hr><br><b>Timonium Club Crab Feast</b><br>");
	document.writeln("<font size=-1>August 8 at the Bollinger Party Palace</font><br><br>");
	document.writeln('Hereford members are invited.&nbsp;');
	document.writeln('The cost is $25 per person.&nbsp;');
	document.writeln('Bring a covered dish or dessert to share.<br><br>');
	document.writeln('Please, let <a href="mailto:KenFern@comcast.net">Ken</a> know by August 1st that you will attend.');
	document.writeln('<br><br>');
}

if (thisDate < 20090810){
  document.writeln("<hr><br><b>Hereford Club Picnic</b><br>");
	document.writeln("<font size=-1>August 9 2:00 PM at the Bollinger Party Palace</font><br><br>");
	document.writeln('Bring a covered dish or dessert to share plus whatever your family needs to drink.&nbsp;');
	document.writeln('Chicken and Burgers will be supplied.<br><br>');
	document.writeln('Please, let <a href="mailto:KenFern@comcast.net">Ken</a> know by August 1st that you will attend.<br><br>');
	document.writeln('A short board meeting will be held at the picnic.');
	document.writeln('<br><br>');
}

if (thisDate < 20090830){
  document.writeln("<hr><br><b>Poker Run to support <i>Shop with a Cop</i></b><br>");
	document.writeln("<font size=-1>August 29 11:00 AM - 1:00 PM</font><br><br>");
	document.writeln('The starting point is the Pioneer Pub.&nbsp;');
	document.writeln('The drawing and raffle will be held at 5:00 PM.<br><br>');
	document.writeln('The other places this year are Village Inn Tavern, Cherry’s Inn, Valley Tavern (PA) and Maryland Line Inn.<br><br>');
	document.writeln('The Hereford club will be at Maryland Line Inn to register people from noon until 4.30 PM.');
	document.writeln('<br><br>');
}




