//	display all future events on events page
function EventWrite()	{
	for (i=0; (Event[i]); i++) {
		if (Event[i].getYear() > now.getYear())	{
			flag = 1;
		}
		else if (Event[i].getMonth() > now.getMonth() && Event[i].getYear() == now.getYear()) {
			flag = 1;
		}
		else if (Event[i].getMonth() == now.getMonth() && Event[i].getYear() == now.getYear() && Event[i].getDate() >= now.getDate())	{
			flag = 1;
		}
		else
			flag = 0;
		if (flag == 1)	{
			  document.write("<span class='EventTitleDark'>" + EventTitle[i]+ "</span><br /><span class='TheDateDark'>" + theMonth[Event[i].getMonth()] + "&nbsp;" + Event[i].getDate() + ", " + Event[i].getFullYear() + "</span><br /><span class='TheDateDark'>" + EventAct[i] + "</span><br /><span class='EventDescriptionDark'>" + EventDetail[i]  + "</span><br /><br />");
		flag = 0;
		}
	}
}

//	display all events within one month in banner on home page
function EventBanner()	{
var flag;
diff = new Array();
flag=0;
document.write("<div style='min-height:100px;'><div style='float:left; width:88%;'><div id='first' style='float:left; background-color:#FAC36E; margin-top:-0px; margin-left:0px;' align='center'><img src='graphics/sudburyminutemen.gif' width='100' alt='Sudbury Companies of Militia & Minute' border='1' style='border-color:#000000' /></div><div style='background-color:#FAC36E !important;'><h2>Sudbury Companies of Militia and Minute - Upcoming Events</h2></div></div><div style='width:12%; float:right; background-color:#FAC36E; margin-top:20px; margin-right:0px;' align='center'><a href='https://www.facebook.com/pages/Sudbury-Companies-of-Militia-Minute/263783721904?ref=ts'><img src='graphics/facebook-findus.jpg' width='79' alt='join us on facebook' border='1' style='border-color:#000000;' /></a></div>");
document.write("<div style='clear:both; height:160px; overflow:auto; overflow-x:hidden;'>");
for (i=0; (Event[i]); i++) {
	diff[i] = Math.round((Event[i].getTime() - now.getTime())/(24*60*60*1000));

	if ((diff[i] <= 30) && (diff[i] >=0)) {
			theYear = toString(Event[i].getFullYear());
			document.write("<div style='width:33%; padding:7px; display:table-cell;'><span class='TheDateDark'>" + theMonth[Event[i].getMonth()] + "&nbsp;" + Event[i].getDate() + ", " + Event[i].getFullYear() + "</span><br /><span class='EventTitleDark'>" + EventTitle[i] + "</span><br /><span class='EventDescriptionDark'>" + EventAct[i] + "</span><br /><span class='TheDateDark'>" + EventDetail[i] + "</span></div>");
			flag++;
		}
	if ((flag!=0) && ((flag%3)==0))
	document.write("<div></div>");
}
if (flag==0) document.write("<div align='center'><strong>No events scheduled in the next 30 days.<br />Check back soon.</strong></center></div>");
document.write("</div>");
document.close();
}

var now = new Date()
theMonth = new Array("January","February","March","April","May","June","July","August","September","October","November","December");
 
Event = new Array();
Event[0] = new Date(2011,8,12);//September Muster
Event[1] = new Date(2011,8,17);//Faire setup day
Event[2] = new Date(2011,8,23);//Final faire setup
Event[3] = new Date(2011,8,24);//Colonial Faire
Event[4] = new Date(2011,8,25);//Faire cleanup day
Event[5] = new Date(2011,9,3);//October Muster
Event[6] = new Date(2011,9,11);//Faire Committee meeting
Event[7] = new Date(2011,9,16);//Drill at the Williard Clock Museum
Event[8] = new Date(2011,9,22);//Setup day for Battle of Red Horse Tavern
Event[9] = new Date(2011,9,29);//Battle of Red Horse Tavern
Event[10] = new Date(2011,10,7);//November Muster
Event[11] = new Date(2011,10,21);//Route Committee Meeting
Event[12] = new Date(2011,11,5);//December Muster
Event[13] = new Date(2011,11,12);//Route Committee
Event[14] = new Date(2011,11,20);//Faire Committee meeting
Event[15] = new Date(2012,0,2);//January Muster
Event[16] = new Date(2012,0,13);//12th Night Ball
Event[17] = new Date(2012,0,17);//Faire Committee
Event[18] = new Date(2012,0,21);//Drill
Event[19] = new Date(2012,0,23); //Route committee
Event[20] = new Date(2012,1,6);//February Muster
Event[21] = new Date(2012,1,12);//Drill
Event[22] = new Date(2012,1,24);//Ordinary
Event[23] = new Date(2012,1,25);//Drill
Event[24] = new Date(2012,2,4);//Drill
Event[25] = new Date(2012,2,5);//March Muster
//Event[21] = new Date(2012,1,9);// Route Committee
Event[26] = new Date(2012,2,20);//Faire Committee meeting
Event[27] = new Date(2012,2,24);//Drill
Event[28] = new Date(2012,3,2);//April Muster
//Event[23] = new Date(2012,3,22);//Faire Committee meeting
//Event[25] = new Date(2012,3,9);//Bedford Pole Capping
Event[29] = new Date(2012,3,13);//Grand Ball
Event[30] = new Date(2012,3,19);//April 19th March
//Event[28] = new Date(2012,3,19);// Sudbury Historical Society Blood Drive
//Event[30] = new Date(2012,3,26);//Faire Committee meeting
Event[31] = new Date(2012,4,7);//May Muster
Event[32] = new Date(2012,4,22);//Faire Committee meeting
//Event[20] new Date(2012,4,19);//Live Shoot
Event[33] = new Date(2012,4,28);//Memorial Day Parade
Event[34] = new Date(2012,5,4);//June Muster
Event[35] = new Date(2012,5,20);//Faire Committee meeting
//Event[35] = new Date(2012,5,15);//Flag Day, Brookline MA
Event[36] = new Date(2012,6,4);//4th of July Parade
Event[37] = new Date(2012,7,19);//Faire Committee meeting
//Event[38] = new Date(2012,6,28);//Reading of the Declaration of Independence
Event[38] = new Date(2012,8,10);//September Muster
Event[39] = new Date(2012,8,22);//Faire setup day
Event[40] = new Date(2012,8,29);//Colonial Faire
//Event[43] = new Date(2012,9,27);//Battle of Red Horse Tavern

EventTitle = new Array();
EventTitle[0] = "September Muster";
EventTitle[1] = "Faire Setup Day";
EventTitle[2] = "Final Faire Setup";
EventTitle[3] = "Colonial Faire";
EventTitle[4] = "Faire Cleanup Day";
EventTitle[5] = "October Muster";
EventTitle[6] = "Faire Committee Meeting";
EventTitle[7] = "Drill at the Fall Festival at the Williard Clock House and Museum";
EventTitle[8] = "Setup for the Battle of Red Horse Tavern";
EventTitle[9] = "Battle of the Red Horse Tavern";
EventTitle[10] = "November Muster";
EventTitle[11] = "Route Committee Meeting";
EventTitle[12] = "December Muster"
EventTitle[13] = "Route Committee Meeting";
EventTitle[14] = "Faire Committee Meeting<br /><span style='color:red;'>Note new date</span>";
EventTitle[15] = "January Muster";
EventTitle[16] = "Twelfth Night Ball";
EventTitle[17] = "Faire Committee Meeting";
EventTitle[18] = "Musket Drill";
EventTitle[19] = "Route Committee Meeting";
EventTitle[20] = "February Muster";
EventTitle[21] = "Musket Drill";
EventTitle[22] = "Ordinary Evening";
EventTitle[23] = "Musket Drill";
EventTitle[24] = "Musket Drill";
EventTitle[25] = "March Muster";
//EventTitle[21] = "Route Committee Meeting";
EventTitle[26] = "Faire Committee Meeting";
EventTitle[27] = "Musket Drill";
EventTitle[28] = "April Muster";
//EventTitle[23] = "Faire Committee Meeting";
//EventTitle[25] = "Bedford Pole Capping";
EventTitle[29] = "Grand Ball at the Red Horse Tavern";
EventTitle[30] = "Sudbury March to Concord";
//EventTitle[28] = "Patriots Day Blood Drive";
//EventTitle[30] = "Faire Committee Meeting";
EventTitle[31] = "May Muster";
EventTitle[32] = "Faire Committee Meeting";
//EventTitle20] = "Live Shoot";
EventTitle[33] = "Memorial Day Parade, Sudbury";
EventTitle[34] = "June Muster";
EventTitle[35] = "Faire Committee Meeting";
//EventTitle[35] = "Flag Day Parade, Brookline";
EventTitle[36] = "4th of July Parade, Sudbury";
EventTitle[37] = "Faire Committee Meeting";
//EventTitle[38] = "Reading of the Declaration of Independence";
EventTitle[38] = "September Muster";
EventTitle[39] = "Faire Setup Day";
EventTitle[40] = "Colonial Faire";
//EventTitle[43] = "Battle of the Red Horse Tavern";

EventAct = new Array();
EventAct[0] = "The Faire Committee will present a final update on preparations for the Faire.<br /> We will elect our next Quartermaster.";
EventAct[1] = "Help set up the militia and vendor booths for the faire."; // For more information, contact <a class='mainLink' href='mailto:faire@sudburyminutem.org?subject=Faire'>the faire chairman</a>.<a class='mainLink' href='http://www.auditmypc.com/freescan/antispam.html' target='_blank'><img src='graphics/clear_pixel.gif' height='1' alt='&nbsp;' border='0' /></a>";
EventAct[2] = "Final setup for the faire, put up canvas, rope off booth areas and setup parking areas, to name a few activities.";
EventAct[3] = "Reenactors, Food, Vendors, and Games. Celebrate Harvest Season in a Colonial Style.<br />For more information, contact <a class='mainLink' href='mailto:faire@sudburyminutemen.org?subject=Colonial Faire'>the faire chairman</a>.<a class='mainLink' href='http://www.auditmypc.com/freescan/antispam.html' target='_blank'><img src='graphics/clear_pixel.gif' height='1' alt='&nbsp;' border='0' /></a>";
EventAct[4] = "Help get all of the faire stuff back to Hal&rsquo;s barn and clean up the field.";
EventAct[5] = "The Gravestone Girls will combine entertainment and education, art with history with the stated goal of &quot;Keeping Our Dead Alive.&quot; You can check them out ahead of time at their website: <a href='http://www.gravestonegirls.com'>www.gravestonegirls.com</a>.<br />We will also get a quick report on our faire and learn more about the Battle of the Red Horse Tavern.";
EventAct[6] = "The Faire Committee will be holding a meeting to go over the recent faire and hear what went well and what needs to be improved.";
EventAct[7] = "The first drill towards qualifying to fire on the Bridge on Patriots Day. Check later for more details.";
EventAct[8] = "Please bring sledge hammers, posthole diggers, hammers and all sorts of things to pound stakes into the ground. We’ll also need a few pick-up trucks to transport the poles from the barn to the field.";
EventAct[9] = "<span style='color:red'>We&rsquo;re still on!</span><br />The Sudbury Companies of Militia &amp; Minute will host a day of military activities and battle reenactments on the grounds of the historic Wayside Inn.";
EventAct[10] = "Guy LeBlanc, who is in charge of the Wayside Inn&rsquo;s press relations and other media initiatives, and coordinates all interpretive activities for the Wayside Inn Historic Site, will talk about the history of the Inn and its archives.";
EventAct[11] = "The Route Committee is looking for a few good volunteers to help plan the this year&rsquo;s March on April 19 and to find ways to roast our Colonel. For more information, contact <a class='mainLink' href='mailto:ltcolonel@sudburyminutemen.org?subject=Route Committee'>Dan Meenan</a>.<a class='mainLink' href='http://www.auditmypc.com/freescan/antispam.html' target='_blank'><img src='graphics/clear_pixel.gif' height='1' alt='&nbsp;' border='0' /></a>";
EventAct[12] = "Our annual holidays celebration. This year &quot;The Jolly Rogues&quot; will entertain us with 18<sup>th</sup> century music and ballards. Be prepared to join in on traditional holiday songs. Bring some of your favorite dessert treats to share.";
EventAct[13] = "Join the Route Committee as it continues its plans for the this year&rsquo;s March on April 19 and how to roast our Colonel. For more information, contact <a class='mainLink' href='mailto:ltcolonel@sudburyminutemen.org?subject=Route Committee'>Dan Meenan</a>.<a class='mainLink' href='http://www.auditmypc.com/freescan/antispam.html' target='_blank'><img src='graphics/clear_pixel.gif' height='1' alt='&nbsp;' border='0' /></a>";
EventAct[14] = "The Faire Committee will be holding its first meeting to plan the 2012 faire. The best time to get involved is at the first meeting. We&rsquo;re looking for people to lead all of the usual positions: admissions, food tent, baked goods, games, recruitment, etc. and a representative or three from the Ancients. For more information, contact <a class='mainLink' href='mailto:faire@sudburyminutemen.org?subject=Faire'>Brian Mixter</a>.<a  class='mainLink' href='http://www.auditmypc.com/freescan/antispam.html' target='_blank'><img src='graphics/clear_pixel.gif' height='1' alt='&nbsp;' border='0' /></a>";
EventAct[15] = "Brian Plumb, a member of the Sudbury Ancients, will discuss his recently published book, <span style='font-style:italic'>A History of Longfellow&rsquo;s Wayside Inn</span> and its soon to be published companion book of pictures.";
EventAct[16] = "Contra dancing with music by Yankee Volunteers<br />Additional details can be found at <a class='mainLink' href='12thNiteBall.htm'>Twelfth Night Ball</a>.<br />For more information, email <a class='mainLink' href='mailto:colonel@sudburyminutemen.org?subject=12th Night Ball'>Col. Carl Hutchinson</a>.<a class='mainLink' href='http://www.auditmypc.com/freescan/antispam.html' target='_blank'><img src='graphics/clear_pixel.gif' height='1' alt='&nbsp;' border='0' /></a>";
EventAct[17] = "The Faire Committee will be holding another meeting to plan the faire.<br />For more information, contact <a class='mainLink' href='mailto:faire@sudburyminutemen.org?subject=Faire'>Brian Mixter</a> or call him at 978-257-4097 (mobile) or 978-562-3468 (home).<a  class='mainLink' href='http://www.auditmypc.com/freescan/antispam.html' target='_blank'><img src='graphics/clear_pixel.gif' height='1' alt='&nbsp;' border='0' /></a>";
EventAct[18] = "Cancelled!";//One of a series of drills that will qualify you to fire on the North Bridge.<br />Bring your musket, cartridge box, whisk and pick, and tricorn. Come in kit if possible.<br />For more information, contact <a class='mainLink' href='mailto:safety@sudburyminutemen.org?subject=Drills'>Larry Leonard</a>.<a  class='mainLink' href='http://www.auditmypc.com/freescan/antispam.html' target='_blank'><img src='graphics/clear_pixel.gif' height='1' alt='&nbsp;' border='0' /></a>";
EventAct[19] = "Join the Route Committee as it continues its plans for the this year&rsquo;s March on April 19 and how to roast our Colonel.<br />For more information, contact <a class='mainLink' href='mailto:ltcolonel@sudburyminutemen.org?subject=Route Committee'>Dan Meenan</a>.<a class='mainLink' href='http://www.auditmypc.com/freescan/antispam.html' target='_blank'><img src='graphics/clear_pixel.gif' height='1' alt='&nbsp;' border='0' /></a>";
EventAct[20] = "All our colonel has told us is that we shall be visited by Colonel Artemas Ward of Shrewsbury, and his lady. Some of us know who they are but come to the muster and find out for yourself.<br />Steve Pano of Ranger Reproductions and Dave Hannon of the Minuteman Armory will be present to sell their wares.  If there is something in particular you're in need of please contact these gentlemen ahead of time and they'll do their best to have it for you. Dave Hannon may be reached at <a href='mailto:mmnecessities@hotmail.com' class='mainLink'>mmnecessities@hotmail.com</a> for leather goods. Steve Pano may be reached at <a href='mailto:rangerrepro@charter.net' class='mainLink'>rangerrepro@charter.net</a> or 508-852-5527 for flints, hammerstalls, hats, stockings, etc.<br />For more information, contact <a class='mainLink' href='mailto:colonel@sudburyminutemen.org?subject=Muster'>Col. Carl Hutchinson</a>.<a class='mainLink' href='http://www.auditmypc.com/freescan/antispam.html' target='_blank'><img src='graphics/clear_pixel.gif' height='1' alt='&nbsp;' border='0' /></a>";
EventAct[21] = "One of a series of drills that will qualify you to fire on the North Bridge.<br />Bring your musket, cartridge box, whisk and pick, and tricorn. Come in kit if possible.<br />For more information, contact <a class='mainLink' href='mailto:safety@sudburyminutemen.org?subject=Drills'>Larry Leonard</a>.<a  class='mainLink' href='http://www.auditmypc.com/freescan/antispam.html' target='_blank'><img src='graphics/clear_pixel.gif' height='1' alt='&nbsp;' border='0' /></a>";
EventAct[22] = "Enjoy an evening dining in the company of provincials.<br />More information at <a class='mainLink' href='EveningOrdinary.htm' target='_blank'>Ordinary Evening</a>."
//EventAct[15] = "The Faire Committee will be holding another meeting to plan the faire. For more information, contact <a class='mainLink' href='mailto:faire@sudburyminutemen.org?subject=Faire'>Brian Mixter</a>.<a class='mainLink' href='http://www.auditmypc.com/freescan/antispam.html' target='_blank'><img src='graphics/clear_pixel.gif' height='1' alt='&nbsp;' border='0' /></a>";
EventAct[23] = "One of a series of drills that will qualify you to fire on the North Bridge.<br />Bring your musket, cartridge box and whisk and pick. Come in kit.<br />For more information, contact <a class='mainLink' href='mailto:safety@sudburyminutemen.org?subject=Drills'>Larry Leonard</a>.<a  class='mainLink' href='http://www.auditmypc.com/freescan/antispam.html' target='_blank'><img src='graphics/clear_pixel.gif' height='1' alt='&nbsp;' border='0' /></a>";
EventAct[24] = "One of a series of drills that will qualify you to fire on the North Bridge.<br />Bring your musket, cartridge box and whisk and pick. Come in kit.<br />For more information, contact <a class='mainLink' href='mailto:safety@sudburyminutemen.org?subject=Drills'>Larry Leonard</a>.<a  class='mainLink' href='http://www.auditmypc.com/freescan/antispam.html' target='_blank'><img src='graphics/clear_pixel.gif' height='1' alt='&nbsp;' border='0' /></a>";
EventAct[25] = "Details to be announced later.<br />For more information, contact <a class='mainLink' href='mailto:colonel@sudburyminutemen.org?subject=Muster'>Col. Carl Hutchinson</a>.<a class='mainLink' href='http://www.auditmypc.com/freescan/antispam.html' target='_blank'><img src='graphics/clear_pixel.gif' height='1' alt='&nbsp;' border='0' /></a>";
//EventAct[21] = "Don't tell the colonel but the Route Committee will be putting together a video for the next muster. Aspiring thespians should come in kit with any and all accoutrements they may have. For more information, contact <a class='mainLink' href='mailto:ltcolonel@sudburyminutemen.org?subject=Route Committee'>Dan Meenan</a>.<a class='mainLink' href='http://www.auditmypc.com/freescan/antispam.html' target='_blank'><img src='graphics/clear_pixel.gif' height='1' alt='&nbsp;' border='0' /></a>";
EventAct[26] = "The Faire Committee will be holding another meeting to plan the faire. For more information, contact <a class='mainLink' href='mailto:faire@sudburyminutemen.org?subject=Faire'>Brian Mixter</a>.<a class='mainLink' href='http://www.auditmypc.com/freescan/antispam.html' target='_blank'><img src='graphics/clear_pixel.gif' height='1' alt='&nbsp;' border='0' /></a>";
EventAct[27] = "One of a series of drills that will qualify you to fire on the North Bridge.<br />Bring your musket, cartridge box and whisk and pick. Come in kit.<br />For more information, contact <a class='mainLink' href='mailto:safety@sudburyminutemen.org?subject=Drills'>Larry Leonard</a>.<a  class='mainLink' href='http://www.auditmypc.com/freescan/antispam.html' target='_blank'><img src='graphics/clear_pixel.gif' height='1' alt='&nbsp;' border='0' /></a>";
EventAct[28] = "The Route and Safety Committee will give us a last minute update on plans for this year&rsquo;s march to Concord. Who knows what they might say about Colonel Hutchinson?<br />For more information, contact <a class='mainLink' href='mailto:colonel@sudburyminutemen.org?subject=Muster'>Col. Carl Hutchinson</a>.<a class='mainLink' href='http://www.auditmypc.com/freescan/antispam.html' target='_blank'><img src='graphics/clear_pixel.gif' height='1' alt='&nbsp;' border='0' /></a>";//<br />Steve Pano will also be at the muster to help you get ready for all of the April activities.";
//EventAct[23] = "The Faire Committee will be holding another meeting to plan the faire. For more information, contact <a class='mainLink' href='mailto:faire@sudburyminutemen.org?subject=Faire'>Brian Mixter</a>.<a class='mainLink' href='http://www.auditmypc.com/freescan/antispam.html' target='_blank'><img src='graphics/clear_pixel.gif' height='1' alt='&nbsp;' border='0' /></a>";
//EventAct[25] = "The Bedford Minutemen will commemorate the Pole Capping ceremony where a Bedford Minuteman will climb the pole and, in defiance of King George, place a red cap over the top.";
EventAct[29] = "Join the Sudbury Companies on a beautiful Spring evening for a Contra Dance!<br />For more information, email <a class='mainLink' href='mailto:colonel@sudburyminutemen.org?subject=Grand Ball'>Col. Carl Hutchinson</a>.<a class='mainLink' href='http://www.auditmypc.com/freescan/antispam.html' target='_blank'><img src='graphics/clear_pixel.gif' height='1' alt='&nbsp;' border='0' /></a>";
EventAct[30] = "Show your fortitude and love of local history with this annual march through Wayland and Sudbury to Concord. Please note that only those vetted by Col. Hutchinson will be able to fire from the North Bridge.<br />For more information, contact <a class='mainLink' href='mailto:colonel@sudburyminutemen.org?subject=April 19th March'>Col. Carl Hutchinson</a>.";//<br /><br />Check our <a class='mainLink' href='marchingorders.pdf'>orders</a> so you can watch as we march to the North Bridge.";
//EventAct[28] = "The Sudbury Historical Society has asked for our support in their Patriots Day Blood Drive. They are hoping for a few of us will dress in kit and meet and greet blood donors. Those of you who no longer make the march but would like to demonstrate that you are part of the Sudbury Companies of Militia &amp; Minute are particularly encouraged to help. For more information, contact Lee Swanson at 978-443-3747.";
EventAct[31] = "Details to be announced later.<br />For more information, contact <a class='mainLink' href='mailto:colonel@sudburyminutemen.org?subject=Muster'>Col. Carl Hutchinson</a>.<a class='mainLink' href='http://www.auditmypc.com/freescan/antispam.html' target='_blank'><img src='graphics/clear_pixel.gif' height='1' alt='&nbsp;' border='0' /></a>";
EventAct[32]= "The Faire Committee will be holding another meeting to plan the faire. For more information, contact <a class='mainLink' href='mailto:faire@sudburyminutemen.org?subject=Faire'>Brian Mixter</a>.<a class='mainLink' href='http://www.auditmypc.com/freescan/antispam.html' target='_blank'><img src='graphics/clear_pixel.gif' height='1' alt='&nbsp;' border='0' /></a>";
//EventAct[20] = "Try your hand at hitting targets during a live shoot.";
EventAct[33] = "Salute to all those who sacrificed their lives so that we may enjoy freedom.<br />For more information, contact <a class='mainLink' href='mailto:colonel@sudburyminutemen.org?subject=Memorial Day Parade'>Col. Carl Hutchinson</a>.<a class='mainLink' href='http://www.auditmypc.com/freescan/antispam.html' target='_blank'><img src='graphics/clear_pixel.gif' height='1' alt='&nbsp;' border='0' /></a>"
EventAct[34] = "Details to be announced later.<br />For more information, contact <a class='mainLink' href='mailto:colonel@sudburyminutemen.org?subject=Muster'>Col. Carl Hutchinson</a>.<a class='mainLink' href='http://www.auditmypc.com/freescan/antispam.html' target='_blank'><img src='graphics/clear_pixel.gif' height='1' alt='&nbsp;' border='0' /></a>";
EventAct[35] = "The Faire Committee will be holding another meeting to plan the faire. For more information, contact <a class='mainLink' href='mailto:faire@sudburyminutemen.org?subject=Faire'>Brian Mixter</a>.<a class='mainLink' href='http://www.auditmypc.com/freescan/antispam.html' target='_blank'><img src='graphics/clear_pixel.gif' height='1' alt='&nbsp;' border='0' /></a>";
//EventAct[35] = "Join in Brookline's flag celebration.";
EventAct[36] = "Celebration of our nation&rsquo;s independence with a venerable, vibrant parade through Sudbury!";
EventAct[37] = "The Faire Committee will be holding another meeting to plan the faire. For more information, contact <a class='mainLink' href='mailto:faire@sudburyminutemen.org?subject=Faire'>Brian Mixter</a>.<a class='mainLink' href='http://www.auditmypc.com/freescan/antispam.html' target='_blank'><img src='graphics/clear_pixel.gif' height='1' alt='&nbsp;' border='0' /></a>";
//EventAct[38] = "The Sudbury Companies have been invited to participate in the reading of the Declaration of Independence to the people of Watertown and the celebration of the Treaty of Watertown, the first treaty the United States made with a foreign power. Come in kit.";
EventAct[38] = "The Faire Committee will present a final update on preparations for the Faire.<br /> We will elect our next Quartermaster.<br />For more information, contact <a class='mainLink' href='mailto:colonel@sudburyminutemen.org?subject=Muster'>Col. Carl Hutchinson</a>.<a class='mainLink' href='http://www.auditmypc.com/freescan/antispam.html' target='_blank'><img src='graphics/clear_pixel.gif' height='1' alt='&nbsp;' border='0' /></a>";
EventAct[39] = "Help set up the militia and vendor booths for the faire.<br />For more information, contact <a class='mainLink' href='mailto:faire@sudburyminutem.org?subject=Faire'>Brian Mixter</a>.<a class='mainLink' href='http://www.auditmypc.com/freescan/antispam.html' target='_blank'><img src='graphics/clear_pixel.gif' height='1' alt='&nbsp;' border='0' /></a>";
EventAct[40] = "Reenactors, Food, Vendors, and Games. Celebrate Harvest Season in a Colonial Style.<br />For more information, contact <a class='mainLink' href='mailto:faire@sudburyminutemen.org?subject=Colonial Faire'>Brian Mixter</a>.<a class='mainLink' href='http://www.auditmypc.com/freescan/antispam.html' target='_blank'><img src='graphics/clear_pixel.gif' height='1' alt='&nbsp;' border='0' /></a>";
//EventAct[43] = "The Sudbury Companies of Militia &amp; Minute will host a day of military activities and battle reenactments on the grounds of the historic Wayside Inn.";

EventDetail = new Array();
EventDetail[0] = "8:00 pm in the Ballroom at the Wayside Inn, Sudbury.";
EventDetail[1] = "8:00 am at <a class='mainLink' href='http://maps.google.com/maps?q=163+Landham+Road+Sudbury+MA'>Hal Culter&rsquo;s barn</a>, Landham Road, Sudbury or 9:00 am at the muster field at the Wayside Inn.";
EventDetail[2] = "12:00 noon and later, at the field.";
EventDetail[3] = "10:00 am - 4:00 pm at the Wayside Inn, Sudbury.";
EventDetail[4] = "8:00 am at the field.";
EventDetail[5] = "8:00 pm in the Ballroom at the Wayside Inn, Sudbury.";
EventDetail[6] = "7:30 pm in the Tap Room at the Wayside Inn, Sudbury";
EventDetail[7] = "1:00 pm at the <a class='mainLink' href='http://maps.google.com/maps?q=11+Willard+St+North+Grafton+MA'>Willard Clock House and Museum</a>.";
EventDetail[8] = "10:30 am – 4:00 pm at the East Field near the Wayside Inn.";
EventDetail[9] = "Events begin at 12:00 noon at the Wayside Inn, Sudbury.<br />Please park in the designated area.<br />More information is available <a href='redhorsetavern.htm' class='mainLink'>here</a> or from our <a class='mainLink' href='mailto:colonel@sudburyminutemen.org'>colonel</a>.";
EventDetail[10] = "8:00 pm in the Ballroom at the Wayside Inn, Sudbury.";
EventDetail[11] = "7:30 pm at at a location to be determined soon.";
EventDetail[12] = "7:30 pm for the candlelight procession from the Wayside Inn to the Martha Mary Chapel. 8:00 pm at the Martha Mary Chapel."
EventDetail[13] = "7:30 pm at the Wayside Inn, Sudbury.";
EventDetail[14] = "7:30 pm at the Wayside Inn, Sudbury.";
EventDetail[15] = "8:00 pm in the Ballroom at Wayside Inn, Sudbury.";
EventDetail[16] = "8:00 pm in the Main Dining Room at Wayside Inn, Sudbury.";
EventDetail[17] = "7:30 pm at the Wayside Inn, Sudbury.";
EventDetail[18] = "&nbsp;";//10:30 at the Wayside Inn.<br /><a class='mainLink' href='drill.htm'>Additional information</a>";
EventDetail[19] = "8:00 pm at the Wayside Inn, Sudbury.";
EventDetail[20] = "8:00 pm in the Ballroom at the Wayside Inn, Sudbury.";
EventDetail[21] = "1:30 pm at the Wayside Inn.<br /><a class='mainLink' href='drill.htm'>Additional information</a>";
//EventDetail[15] = "7:30 pm at the Wayside Inn, Sudbury.";
EventDetail[22] = "6:30 to 9:30 pm in the Ford Room. Reservations required. To make your reservations, <a class='mainLink' href='EveningOrdinary.htm#reservations'>click here</a>.";
EventDetail[23] = "10:30 am at the Wayside Inn.<br /><a class='mainLink' href='drill.htm'>Additional information</a>";
EventDetail[24] = "1:30 pm at the Wayside Inn.<br /><a class='mainLink' href='drill.htm'>Additional information</a>";
EventDetail[25] = "8:00 pm in the Ballroom at the Wayside Inn, Sudbury.";
EventDetail[26] = "7:30 pm at the Wayside Inn, Sudbury.";
EventDetail[27] = "10:30 am at the Wayside Inn.<br /><a class='mainLink' href='drill.htm'>Additional information</a>";
EventDetail[28] = "8:00 pm in the Ballroom at the Wayside Inn, Sudbury.";
//EventDetail[23] = "7:30 pm at the Wayside Inn."
//EventDetail[25] = "Meet at the <a class='mainLink' href='http://maps.google.com/maps?q=Lincoln-Sudbury+High+School+Sudbury,+MA'>Lincoln-Sudbury High School</a> at 11:30 am. Parade to step off at noon.";
EventDetail[29] = "8:00 pm in the Main Dining Room at the Wayside Inn, Sudbury.";
EventDetail[30] = "3:45 am Wayland Center; 5:30 am Sudbury Center. Please be prompt.";
//EventDetail[28] = "10 am to 3 pm, Sudbury Town Hall, 322 Concord Rd., Sudbury, MA 01776. Any time you can volunteer really helps.";
EventDetail[31] = "8:00 pm in the Ballroom at the Wayside Inn, Sudbury.";
EventDetail[32] = "7:30 pm in the Olde Bar Room at the Wayside Inn."
//EventDetail[20] = "Maynard Rod and Gun Club. Additional details to be announced later.";
EventDetail[33] = "7:00 am, Minuteman Statue near Sudbury Town Hall for salute then board bus for trips to Old and New North Cemetaries.<br />9:00 am, Rugged Bear Plaza, Rt. 20, Sudbury. Parade steps off at 9:30 am.";
EventDetail[34] = "8:00 pm in the Ballroom at the Wayside Inn, Sudbury.";
EventDetail[35] = "7:30 pm in the Olde Bar Room at the Wayside Inn."
//EventDetail[35] = "Arrive by 10:30 am at <a class='mainLink' href='http://maps.google.com/maps?q=Tappan+St+and%20+Greenough+St+Brookline,+MA'>Cypress Street Playground parking area</a>, near Brookline HS, Tappan Street and Greenough Street, for shuttle to assembly point. Shuttle should get us to assembly point at 525 Harvard St. Last shuttle at approx. 11:00 am. Step off at 12 noon with Division 1 at 525 Harvard St. For more information, contact <a class='mainLink' href='mailto:colonel@sudburyminutemen.org?subject=Brookline Flag Day Parade'>Col. Carl Hutchinson</a>. Please display <a class='mainLink' href='Parking Permit.pdf'>parking pass</a> on windshield.<a class='mainLink' href='http://www.auditmypc.com/freescan/antispam.html' target='_blank'><img src='graphics/clear_pixel.gif' height='1' alt='&nbsp;' border='0' /></a>";
EventDetail[36] = "Assemble on Union Ave. near Station Road (near Route 20) in Sudbury by 12 noon with step off at 1:00 pm. Park either at the starting location or at the end of the parade near town hall. Shuttle bus provided to get you to your car. Bring lots of powder! Return to the Wayside Inn for flag changing ceremomy.<br />For more information contact <a class='mainLink' href='mailto:colonel@sudburyminutemen.org?subject=Fourth of July Parade'>Col. Carl Hutchinson</a>.<a class='mainLink' href='http://www.auditmypc.com/freescan/antispam.html' target='_blank'><img src='graphics/clear_pixel.gif' height='1' alt='&nbsp;' border='0' /></a>";
EventDetail[37] = "7:30 pm in the Olde Bar Room at the Wayside Inn."
//EventDetail[38] = "6:30 pm at the <a class='mainLink' href='http://maps.google.com/maps?q=Edmund+Fowle+House+and+Museum+28+Marshall+St+Watertown,+MA'>Fowle House and Museum</a>, 28 Marshall Street, Watertown, MA.";
EventDetail[38] = "8:00 pm in the Ballroom at Wayside Inn, Sudbury.";
EventDetail[39] = "8:00 am at Hal Culter&rsquo;s barn, Landham Road, Sudbury or 9:00 am at the muster field at the Wayside Inn.";
EventDetail[40] = "10:00 am - 4:00 pm at the Wayside Inn, Sudbury.";
//EventDetail[43] = "Events begin at 12:00 noon at the Wayside Inn, Sudbury.<br />Please park in the designated area.<br />More information is available <a href='redhorsetavern.htm' class='mainLink'>here</a> or from our <a class='mainLink' href='mailto:colonel@sudburyminutemen.org'>colonel</a>.";
