// This is the Database of Upcoming Events
// Please Edit with Care.
//
// 8 Fields (surrounded by brackets[]) are used for EACH event:
// 	["Recurring", "Month", "Day", "Year", "StartTime", "EndTime", "Name", "Description", colour code]
// 	Each event field must be be surrounded by quotation marks followed by a comma ("",) EXCEPT the "colour code" field.
//	The "Description" field is surrounded by quotation marks only ("").
//
// The colour code can be a colour name or a code.  See the file for examples.  The name "chapter" is reserved for 
// chapter events and will show with a flames background in the calendar.
//
// Each event has a comma after the closing bracket IF another event is below it on the next line down.
//	Note: The last event in this file should NOT have a comma after the closing bracket
//
// The Recurring field uses:
//	"D" = Daily; "W" = Weekly; "M" = Monthly; "Y" = Yearly; "F" = Floating Holiday; "R" = Repeat;
//
// One Time only events should leave the Recurring field blank
//	(ex. "")
// If an event occurs over multiple days, the Recurring field uses "R" for the repeats and the last day is
// a daily event with a blank field.  The description is listed with the last day.
//
// Daily events do NOT require that anything be in the Month Day and Year fields
//	Everything in the Month Day and Year fields will be ignored
//
// Weekly events should have the day of the week field set to 1 - 7
//	1=Sunday, 2=Monday, 3=Tuesday, 4=Wednesday, 5=Thurday, 6=Friday, 7=Saturday
//
// "F"loating events uses:
//	the Month field for the Month.
//	the Day field as the Cardinal Occurrence
//		1=1st, 2=2nd, 3=3rd, 4=4th, 5=5th, 6=6th occurrence of the day listed next
//	the Year field as the Day of the week the event/holiday falls on
//		1=Sunday, 2=Monday, 3=Tuesday, 4=Wednesday, 5=Thurday, 6=Friday, 7=Saturday
//	example: "F",	"1",	"3",	"2", = Floating holiday in January on the 3rd Monday of that month.
//
//	Note: Easter has it's own special formula so Please don't change anything related to Easter below
//
// "Y"early events are specific dates that never change - the Year field is ignored
//	example - Christmas is: "12","25","",
events = new Array(
	["H",	"1",	"1",	"2010",	"1:00 AM",	"12:59 PM",	"New Year's Day", "", "#66CCCC"],
	["H",	"2",	"2",	"2010",	"1:00 AM",	"12:59 PM",	"Groundhog Day", "", "#66CCCC"],
	["H",	"2",	"14",	"2010",	"1:00 AM",	"12:59 PM",	"Valentine's Day",	 "", "#66CCCC"],
	["",	"2",	"17",	"2010",	"7:00 PM",	"8:30 PM",	"<b>EOO Chapter meeting</b>",	"Meeting at 7:00 PM at Kristy's restaurant.", "chapter"],
	["R",	"2",	"26",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="http://www.salonmotomontreal.com/home.php">Montreal Bike show</a>.', "",	"#66CCFF"],
	["R",	"2",	"27",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="http://www.salonmotomontreal.com/home.php">Montreal Bike show</a>.', "",	"#66CCFF"],
	["",	"2",	"28",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="http://www.salonmotomontreal.com/home.php">Montreal Bike show</a>.', "See Web site for hours.",	"#66CCFF"],
	["R",	"2",	"26",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="http://www.officialbikeweek.com/">Daytona Bike week</a>.', "",	"#A88343"],
	["R",	"2",	"27",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="http://www.officialbikeweek.com/">Daytona Bike week</a>.', "",	"#A88343"],
	["",	"2",	"28",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="http://www.officialbikeweek.com/">Daytona Bike week</a>.', "",	"#A88343"],
	["R",	"3",	"1",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="http://www.officialbikeweek.com/">Daytona Bike week</a>.', "",	"#A88343"],
	["R",	"3",	"2",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="http://www.officialbikeweek.com/">Daytona Bike week</a>.', "",	"#A88343"],
	["R",	"3",	"3",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="http://www.officialbikeweek.com/">Daytona Bike week</a>.', "",	"#A88343"],
	["R",	"3",	"4",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="http://www.officialbikeweek.com/">Daytona Bike week</a>.', "",	"#A88343"],
	["R",	"3",	"5",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="http://www.officialbikeweek.com/">Daytona Bike week</a>.', "",	"#A88343"],
	["R",	"3",	"6",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="http://www.officialbikeweek.com/">Daytona Bike week</a>.', "",	"#A88343"],
	["",	"3",	"7",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="http://www.officialbikeweek.com/">Daytona Bike week</a>.', "",	"#A88343"],
	["",	"2",	"28",	"2010",	"11:30 AM",	"1:00 PM",	"<b>Brunch at the Rideau-Carleton raceway</b>",	'Brunch at the Rideau-Carleton raceway at 11:30AM. Call Dawn at (613) 283-4094 or email <a href="mailto:webmaster@ottawahog.com">Linda</a> for reservations.',	"chapter"],
	["",	"3",	"1",	"2010",	"1:00 AM",	"12:59 PM",	"Air boat ride in Daytona",	"Contact Wendy by email if you want to join.",	"#DBC9AA"],
	["",	"3",	"4",	"2010",	"1:00 PM",	"12:59 PM",	"Lunch at Crabby Joe's in Daytona</b>", "Meeting Place at Crabby Joe's on the Sunglow pier <br>3701 S. Atlantic Ave. Daytona Beach, FL - Phone: (386) 788-3364<br>Time: 1PM to whenever <a href='http://www.sunglowpier.com/restaurant.htm'>http://www.sunglowpier.com/restaurant.htm</a><br><a href='http://maps.yahoo.com/maps_result.php?q1=3701+S.Atlantic+Ave%2C+Daytona+Beach%2C+FL+32127'><u>Click here for directions</u></a>",	"#DBC9AA"],
	["",	"3",	"5",	"2010",	"1:00 AM",	"12:59 PM",	"Next deadline for the newsletter.",	'Send your article to <a href="mailto:editor@ottawahog.com">editor@ottawahog.com</a>',	"chapter"],
	["F",	"3",	"0",	"0",	"1:00 AM",	"12:59 PM",	"Easter",	"", "#66CCCC"],
	["H",	"3",	"17",	"2010",	"1:00 AM",	"12:59 PM",	"St. Patrick's Day",	"", "#99CC66"],
	["",	"3",	"17",	"2010",	"7:00 PM",	"8:30 PM",	"<b>EOO Chapter meeting</b>",	"Meeting at 7:00 PM at Kristy's restaurant. Don't forget to wear your green for St. Patrick's Day!", "chapter"],
	["",	"3",	"24",	"2010",	"6:00 PM",	"8:30 PM",	"Harley-Davidson Garage Party",	'For women interested in learning how to ride: more details at: <a href="http://www.hdottawa.com" target="_blank"> HD of Ottawa</a>.<br>Time: 6pm to 8:30pm',	"violet"],
	["R",	"3",	"27",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="http://www.nationalmotorcycleshow.com/" target="_blank">The 29th National Motorcycle Show</a>',	"",	"#FCD619"],
	["",	"3",	"28",	"2010",	"11:30 AM",	"2:00 PM",	'<a href="http://www.templessugarcamp.ca/" target="_blank"><b>EOO Chapter Sunday brunch<b></a>',	"Sunday Brunch at the Temple's Sugar Camp in Ferguson's Falls.<br>The address is 1700 Ferguson's Falls Rd, Lanark, ON.<br>RSVP Dawn by phone at 613-283-4094 or Linda by <a href='mailto:allardlinda@rogers.com'>email</a>. <br>Check the <a href='http://www.templessugarcamp.ca/' target='_blank'>Website</a> for the telephone number and the directions.",	"chapter"],
	["",	"3",	"28",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="http://www.nationalmotorcycleshow.com/" target="_blank">The 29th National Motorcycle Show</a>',	"At the Exhibition Place in Toronto",	"#FCD619"],
	["",	"4",	"3",	"2010",	"1:00 AM",	"12:59 PM",	"Buckingham Swap Meet 16th Anniversary",	"For info contact Snake at 613-715-BIKE(2453).",	"#A89743"],
	["",	"4",	"21",	"2010",	"7:00 PM",	"8:30 PM",	"<b>EOO Chapter meeting</b>",	"Meeting at 7:00 PM at Kristy's restaurant.", "chapter"],
	["",	"4",	"23",	"2010",	"12:00 PM",	"2:00 PM",	"Presentation to the winner of Harley® for Heroes raffle at Cartier Square Drill Hall, 2 Queen Elizabeth Dr. Ottawa",	'Congratulations to Jean-Yves Thériault for winning the spectacular "Support Our Troops" 2009 custom Harley-Davidson® Road King for the Ride for Dad.', "#DBC9AA"],
	["",	"4",	"27",	"2010",	"1:00 AM",	"12:59 PM",	"Harley-Davidson Fashion Show",	"Details at: <a href='http://www.hdottawa.com' target='_blank'> HD of Ottawa</a>.<br><br>CALLING ALL LADIES<br>You are cordially invited to Harley – Davidson of Ottawa’s<br><br>3rd ANNUAL LADIES FASHION SHOW<br>Featuring this seasons SPRING lineup of MotorClothes and Accessories <br>SHOW SPECIALS AND DOOR PRIZES.<br><br>WHEN:  Tuesday April 27th at 7:00 PM<br>WHERE:  505 Industrial Avenue<br>R.S.V.P. by April 22nd as seating is limited.  LADIES ONLY!<br>Contact Tara:  <a href='mailto:motorclothes@hdottawa.com'>motorclothes@hdottawa.com</a><br>Or 613-736-8899",	"violet"],
	["",	"5",	"1",	"2010",	"9:30 AM",	"3:00 PM",	'<a href="Guinness Book of Records Poker Run.pdf" target="_blank">Guinness Book of Records Poker Run</a>',	'<img src="images/cffflogo.jpg" width="130" height="130" alt="" border="0"><br>Organized by the Red Knights in Napanee, ON.  All proceeds go to the <a href="http://www.cfff.ca/" target="_blank">Canadian Fallen Firefighter foundation.', "#FF9933"],
	["",	"5",	"1",	"2010",	"10:00 AM",	"3:00 PM",	"<a href='http://www.bikerschurch.com/?page_id=288' target='_blank'> Swap Meet by the Biker's Church</a>",	"<img src='images/swap-meet.gif' alt='' border='0'>", "#FCE98A"],
	["H",	"5",	"2",	"1",	"1:00 AM",	"12:59 PM",	"Mother's Day",	"", "#66CCCC"],
	["",	"5",	"6",	"2010",	"1:00 AM",	"12:59 PM",	"<b>Next deadline for the newsletter.</b>",	'Send your article to <a href="mailto:editor@ottawahog.com">editor@ottawahog.com</a>',	"chapter"],
	["",	"5",	"8",	"2010",	"9:00 AM",	"5:00 PM",	'<a href="http://www.ottawahog.com/events/TCPoster.pdf" target="_blank"><b>TEN Year Time Capsule Opening Event</b></a>',	"Where: at <a href='http://www.hdottawa.com' target='_blank'> HD of Ottawa</a><br>Check out the poster <a href='http://www.ottawahog.com/events/TCPoster.pdf' target='_blank'> here</a> for more details. The capsule will be filled with 'new stuff' over the summer and sealed for five years at the charity ride on Sept 4, 2010.",	"chapter"],
	["",	"5",	"15",	"2010",	"12:00 PM",	"21:00 PM",	'<a href="http://www.classychassiscycles.com/images/Shift-poster-website-poster.jpg" target="_blank">Shift 2010: Lakefield, ON</a>',	'Where: 1399 8th Line of Smith, Lakefield, ON<br><a href="http://www.classychassiscycles.com/images/Shift-poster-website-poster.jpg" target="_blank"><img src="images/Shift-2010.jpg" width="436" height="330" alt="" border="0"></a>',	"#DBD3AA"],
	["",	"5",	"16",	"2010",	"1:00 AM",	"12:59 PM",	"<b>OSC Experienced Rider Course</b>",	' For more details, email our director <a href="mailto:director@ottawahog.com">Nicki</a>',	"chapter"],
	["",	"5",	"19",	"2010",	"7:00 PM",	"8:30 PM",	"<b>EOO Chapter meeting</b>",	"Meeting at 7:00 PM at Kristy's restaurant.", "chapter"],
	["",	"5",	"22",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="RedRidePoster-2010.pdf" target="_blank">Red Ride with the Renfrew chapter</a>',	"<img src='images/CanadianFlag.jpg' width='100' height='50' alt='' border='0'><br>As per last year, it will start at Renfrew Fairgrounds and will finish at Petawawa Legion.  Registration at the Renfrew Fairgrounds between 9 and 11 am. Our chapter will meet at the <a href='http://www.antrimtruck.com/'>Antrim Truck Stop</a>  in Arnprior. The address is 580 White Lake Road, Arnprior.  We want to leave the truck stop at 9:45am so come earlier for breakfast.",	"#FC7B19"],
	["R",	"5",	"22",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="http://www.harley-davidson.com/wcm/Content/Pages/women_riders/women_riders_month.jsp?locale=en_US&amp;bmLocale=en_US">Women riders month celebration in Milwaukee</a>',	"",	"violet"],
	["",	"5",	"23",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="http://www.harley-davidson.com/wcm/Content/Pages/women_riders/women_riders_month.jsp?locale=en_US&amp;bmLocale=en_US">Women riders month celebration in Milwaukee</a>',	" Linda &amp; Diana are organizing a ride to Milwaukee, WI for women riders for the event. We're leaving on Wednesday May 19th and coming back on May 27th.  We're taking the scenic route both ways.  We'll stay in Milwaukee for 3 nights and shop til we drop! For info, email <a href='mailto:allardlinda@rogers.com'><u>Linda</u></a>",	"violet"],
	["H",	"5",	"24",	"2010",	"1:00 AM",	"12:59 PM",	"Victoria Day",	"", "#66CCCC"],
	["",	"5",	"29",	"2010",	"9:00 AM",	"2:00 PM",	'<a href="16thAnnualPapaJoeRide2010.pdf" target="_blank">16th Annual Papa Joe Ride 2010</a>',	"in North Bay",	"darkgoldenrod"],
	["",	"5",	"30",	"2010",	"1:00 AM",	"12:59 PM",	"<b>Demo Ride Day - Chapter BBQ.</b>",	'<a href="http://www.hdottawa.com" target="_blank"> HD of Ottawa</a>',	"chapter"],
	["",	"5",	"30",	"2010",	"1:00 AM",	"12:59 PM",	"Ride for Dad in Kingston",	'<a href="http://motorcycleridefordad.org/" target="_blank">Kingston-Quinte Ride for Dad</a>',	"#BD8D68"],
	["F",	"6",	"1",	"1",	"1:00 AM",	"12:59 PM",	"Father's Day",	"", "#66CCCC"],
	["",	"6",	"3",	"2010",	"1:00 AM",	"12:59 PM",	"Next deadline for the newsletter.",	'Send your article to <a href="mailto:editor@ottawahog.com">editor@ottawahog.com</a>',	"chapter"],
	["",	"6",	"5",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="http://motorcycleridefordad.org/" target="_blank">Ottawa Motorcycle Ride for Dad</a>',	'<img src="images/ride_for_dad.jpg" width="157" height="121" alt="" border="0"><br>Anyone interested to volunteer as a blocker, please download the following <a href="../pdfs/RFDBlocker2010volunteerprofile.pdf" target="_blank"><u>form</u></a> and email it to <a href="mailto:sdhart2546@rogers.com">Steve H.</a>',	"#A86F43"],
	["R",	"6",	"5",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="http://www.nationalmemorialride.com/" target="_blank">National Memorial Ride</a>',	"",	"#FFCC00"],
	["",	"6",	"6",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="http://www.nationalmemorialride.com/" target="_blank">National Memorial Ride</a>',"That National Memorial Ride will take place on Sunday the 6th of June. As you are probably already aware, this is the same weekend for the Ottawa Ride for Dad.  Both our organizations and those for the Ride for Dad are working together to make this an exceptional weekend in Ottawa for the riding community. <br>An outline of the weekends activities follows:<br><br>Saturday morning – Ride for Dad<br>Saturday afternoon – car/bike show at the Navan fairgrounds<br>Saturday evening – food/music/dancing at the Navan fairgrounds<br>Overnight camping available if desired<br>Sunday morning – National memorial Ride to Beechwood Cemetery<br>Sunday morning – Memorial Service at the Beechwood Cemetery<br>Sunday afternoon – dice run<br>Sunday evening – food/music at the Navan fairgrounds<br><br>You may register in advance via our website or there will be a registration desk on the event day. Please watch the <a href='http://www.nationalmemorialride.com/' target='_blank'>Website</a> for updates.<br><br>Included below is a google map of the applicable locales:<br><a href='http://maps.google.ca/maps?f=d&source=s_d&saddr=Colonial+Rd&daddr=Cyrville+Rd+to:11+Aviation+Parkway,+Ottawa,+ON+K1K+4R3+(Canada+Aviation+Museum)+to:45.446282,-75.650139&geocode=FRMVtQIdkiuB-w%3BFRQCtQIdJlt--w%3BFXaitQIducR9-yGMpo_IevD98A%3B&hl=en&mra=dme&mrcr=1&mrsp=3&sz=13&via=1&sll=45.442669,-75.610657&sspn=0.051549,0.1684&ie=UTF8&z=13' target='_blank'>Click for maps here</a>",	"#FFCC00"],
	["R",	"6",	"7",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="http://www.tourexpo.com/" target="_blank">Americade</a>',	"",	"#FC7B19"],
	["R",	"6",	"8",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="http://www.tourexpo.com/" target="_blank">Americade</a>',	"",	"#FC7B19"],
	["R",	"6",	"9",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="http://www.tourexpo.com/" target="_blank">Americade</a>',	"",	"#FC7B19"],
	["R",	"6",	"10",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="http://www.tourexpo.com/" target="_blank">Americade</a>',	"",	"#FC7B19"],
	["R",	"6",	"11",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="http://www.tourexpo.com/" target="_blank">Americade</a>',	"",	"#FC7B19"],
	["",	"6",	"12",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="http://www.tourexpo.com/" target="_blank">Americade</a>',"Registration is now open.",	"#FC7B19"],
	["R",	"6",	"11",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="http://www.pikefalls.ca/" target="_blank"> Pike Falls motorcycle event</a>',	"",	"#FF9933"],
	["R",	"6",	"12",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="http://www.pikefalls.ca/" target="_blank"> Pike Falls motorcycle event</a>',	"",	"#FF9933"],
	["",	"6",	"13",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="http://www.pikefalls.ca/" target="_blank"> Pike Falls motorcycle event</a>',	" - Call 613-284-3600 for more info<br>Bike draw 2010 HD Softail Heritage.",	"#FF9933"],
	["R",	"6",	"12",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="http://www.laconiamcweek.com/" target="_blank">Laconia Bike Week</a>',	"",	"#DBD3AA"],
	["R",	"6",	"13",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="http://www.laconiamcweek.com/" target="_blank">Laconia Bike Week</a>',	"",	"#DBD3AA"],
	["R",	"6",	"14",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="http://www.laconiamcweek.com/" target="_blank">Laconia Bike Week</a>',	"",	"#DBD3AA"],
	["R",	"6",	"15",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="http://www.laconiamcweek.com/" target="_blank">Laconia Bike Week</a>',	"",	"#DBD3AA"],
	["R",	"6",	"16",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="http://www.laconiamcweek.com/" target="_blank">Laconia Bike Week</a>',	"",	"#DBD3AA"],
	["R",	"6",	"17",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="http://www.laconiamcweek.com/" target="_blank">Laconia Bike Week</a>',	"",	"#DBD3AA"],
	["R",	"6",	"18",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="http://www.laconiamcweek.com/" target="_blank">Laconia Bike Week</a>',	"",	"#DBD3AA"],
	["R",	"6",	"19",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="http://www.laconiamcweek.com/" target="_blank">Laconia Bike Week</a>',	"",	"#DBD3AA"],
	["",	"6",	"20",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="http://www.laconiamcweek.com/" target="_blank">Laconia Bike Week</a>',	"",	"#DBD3AA"],
	["",	"6",	"13",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="http://photos2.meetupstatic.com/photos/event/a/1/5/2/highres_13301298.jpeg" target="_blank">Mystery Ride: Scarborough Chapter, ON</a>',	'Where: Mackie HD: 880 Champlain Ave., Oshawa, ON<br><img src="http://photos2.meetupstatic.com/photos/event/a/1/5/2/highres_13301298.jpeg" width="436" height="330" alt="" border="0">',	"#FFCC00"],
	["",	"6",	"16",	"2010",	"7:00 PM",	"8:30 PM",	"<b>EOO Chapter meeting</b>",	"Meeting at 7:00 PM at Kristy's restaurant.", "chapter"],
	["",	"6",	"19",	"2010",	"9:30 AM",	"4:00 PM",	"Women's Ride with the Outaouais chapter",	"From HD Outaouais. Destination - Merrickville, Ontario.  170kms roundtrip approx. For more information, email <a href='mailto:julie.gravelle@servicecanada.gc.ca'>Julie</a>",	"violet"],
	["",	"6",	"20",	"2010",	"1:00 AM",	"12:59 PM",	"<a href='http://www.highway43carclub.com/' target='_blank'>Father's Day show in Kemptville</a>",	'The show is open to Cars, Motorcycles and Trucks.',	"darkseagreen"],
	["",	"6",	"21",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="http://www.ridetowork.org/" target="_blank">Annual Ride to Work Day</a>',	"",	"#999933"],
	["R",	"6",	"25",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="http://www.rideforsight.com/" target="_blank">Ride for Sight</a>',	"",	"darkgoldenrod"],
	["R",	"6",	"26",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="http://www.rideforsight.com/" target="_blank">Ride for Sight</a>',	"",	"darkgoldenrod"],
	["",	"6",	"27",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="http://www.rideforsight.com/" target="_blank">Ride for Sight</a>',	"In Bowmanville, Ontario.  The parade in on June 26th. Check out the Website for details.",	"darkgoldenrod"],
	["",	"6",	"26",	"2010",	"10:00 AM",	"4:00 PM",	'<a href="Athens Bike Show.pdf" target="_blank">Car, Bike and Truck Show in Athens</a>',	'See poster for details.  All proceeds to support Jason Allinotte who is recovering from a motorcycle accident.',	"#FCBC8A"],
	["",	"6",	"26",	"2010",	"9:00 AM",	"3:00 PM",	'<a href="http://www.cruizincarletonplace.org/" target="_blank">Motorcycle Show & Shine in Carleton Place</a>',	"ALONG WITH THE TOWN BIA WE WILL HAVE OUR MAIN STREET CLOSED FOR THE DAY FROM 9AM TO 3PM TO TRAFFIC AND ONLY OPEN TO BIKES & VENDORS - CHECK OUT OUR WEB SITE. <br>THERE IS A CHARGE OF $10.00 PER BIKE ONE RIDER OR TWO , WHICH GO TO INDIVIDUALS OR FAMILIES  IN OUR COMMUNITY WHEN IN NEED OF OUR HELP , WE ARE ALSO LOOKING FOR SPONSORS OR VENDORS FOR THE DAY ,  AND DONATION FOR DOOR  PRIZES  - WE WOULD LIKE TO MAKE THIS HUGE SUCCESS ON OUR FIRST ATTEMPT SO PLEASE PASS THE WORD ON , THIS WILL RUN RAIN OR SHINE  THANKS LOOK FORWARD TO SEEING YOU MEMBERS FOR A GREAT DAY - ALSO OPEN TO SUGGESTION'S IF ANY THANK YOU  - For more info, you can reach Dave Spears by email <a href='mailto:DTJSPEARS@ROGERS.COM'>here</a> or by phone 613-257-4874",	"#FF9933"],
	["R",	"6",	"26",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="http://www.cobastudios.com/" target="_blank">1st Annual Merrickville Motorcycle Show & Shine 2010</a>',	"",	"#FCE98A"],
	["",	"6",	"27",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="http://www.cobastudios.com/" target="_blank">1st Annual Merrickville Motorcycle Show & Shine 2010</a>',	'See poster on the Coba Studios Web site for registration form and details',	"#FCE98A"],
	["",	"6",	"28",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="https://members.hog.com/website/events/mmm/index.jsp" target="_blank">Million Mile Monday</a>',	'Ride today and then log on to your account on the H.O.G.® members Web site and enter your miles',	"#A89743"],
	["H",	"7",	"1",	"2010",	"1:00 AM",	"12:59 PM",	"Canada Day",	"", "#66CCCC"],
	["R",	"7",	"2",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="http://www.riverratriders.ca" target="_blank">River Rat Rally in Gananoque</a>',	"",	"darkseagreen"],
	["R",	"7",	"3",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="http://www.riverratriders.ca" target="_blank">River Rat Rally in Gananoque</a>',	"",	"darkseagreen"],
	["",	"7",	"4",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="http://www.riverratriders.ca" target="_blank">River Rat Rally in Gananoque</a>',	'Lots of action, vendors, music, rides, poker run, jumper show and rib-fest. <a href="http://maps.google.ca/?ie=UTF8&ll=44.323295,-76.162698&spn=0.002794,0.007328&z=17" target="_blank">Click here for a map of our rally site</a>.<br><br><img src="images/RiverRatRally2010.jpg" width="400" height="500" alt="" border="0">',"darkseagreen"],

	["R",	"7",	"2",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="http://www.windsorhog.com/index.php" target="_blank">Road to Rock Heritage Rally, Windsor</a>',	"",	"#BD8D68"],
	["R",	"7",	"3",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="http://www.windsorhog.com/index.php" target="_blank">Road to Rock Heritage Rally, Windsor</a>',	"",	"#BD8D68"],
	["",	"7",	"4",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="http://www.windsorhog.com/index.php" target="_blank">Road to Rock Heritage Rally, Windsor</a>',	"<img src='images/HOG_Windsor_Logo.png' width='90' height='93' alt='' border='0'><br>Where: Heritage Village Pavillion.<br>Live entertainment featuring a three decade musical tribute, spanning the 60's, 70's and 80's!<br>The Grills will be hot and ready for you to cook your own 12oz. Angus striploin with all the fixins!<br>Two wheels only motorcycle giveaway (2010 Harley-Davidson® FLHX Street Glide®) - tickets are $50!<br>Proceeds go to the construction of the Motorcycle Museum!<br>Download the <a href='Windsor Heritage Registration Form 2010.pdf'>form</a> for details on how to register for the week-end package.",	"#BD8D68"],

	["R",	"7",	"2",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="http://www.bikersreunion.ca" target="_blank">Bikers Reunion, New Liskeard</a>',	"",	"#FCD619"],
	["R",	"7",	"3",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="http://www.bikersreunion.ca" target="_blank">Bikers Reunion, New Liskeard</a>',	"",	"#FCD619"],
	["",	"7",	"4",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="http://www.bikersreunion.ca" target="_blank">Bikers Reunion, New Liskeard</a>',	" in New Liskeard, ON",	"#FCD619"],
	["R",	"7",	"8",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="http://www.nystatehogrally.com/" target="_blank">New York State H.O.G.® rally</a>',	"",	"#CC9933"],
	["R",	"7",	"9",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="http://www.nystatehogrally.com/" target="_blank">New York State H.O.G.® rally</a>',	"",	"#CC9933"],
	["",	"7",	"10",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="http://www.nystatehogrally.com/" target="_blank">New York State H.O.G.® rally</a>',	'in Syracuse, NY<br><img src="../images/harley_hog_logo.jpg" width="89" height="59" alt="" border="0">',	"#CC9933"],
	["R",	"7",	"8",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="http://www.11thwesternregionalhogrally.com/" target="_blank">Western Regional H.O.G.® Rally</a>',	"",	"#FC7B19"],
	["R",	"7",	"9",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="http://www.11thwesternregionalhogrally.com/" target="_blank">Western Regional H.O.G.® Rally</a>',	"",	"#FC7B19"],
	["",	"7",	"10",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="http://www.11thwesternregionalhogrally.com/" target="_blank">Western Regional H.O.G.® Rally</a>',	' Victoria, BC<br><img src="../images/harley_hog_logo.jpg" width="89" height="59" alt="" border="0">',	"#FC7B19"],
	["",	"7",	"10",	"2010",	"9:30 AM",	"5:00 PM",	'<a href="http://www.thebreastrideever.com/" target="_blank">The Breast Ride Ever</a>',	'in Tecumseh, ON (close to Windsor)<br><img src="images/breastride.png" width="100" height="133" alt="" border="0"><br>In conjunction with the International Dragon Boat Festival, there will be a Motorcycle Ride Fundraiser that is open to all. The proceeds raised will fund Breast Cancer research and services in the Windsor/Essex Community.',	"violet"],
	["",	"7",	"10",	"2010",	"1:00 AM",	"12:59 PM",	"<a href='http://www.freedomhog.ca/' target='_blank'>Children's Wish Foundation Fun Run</a>",	"<b>New date is July 10th.</b> More details on the Freedom Web site. <img src='images/FreedomFunRun.jpg' alt='' border='0'>",	"#999933"],
	["",	"7",	"17",	"2010",	"9:00 AM",	"18:00 PM",	"Arthritis Ride & Roll ~ Motorcycle Ride for Those Who Can't", "Registration~ Tim Horton's/Wendy's Renfrew,ON 9AM-11AM<br>This is a fundraiser to support Arthritis Research and find a cure for this ailment that afflicts over 4.5 million Canadians ! Enjoy a relaxing ride through the scenic Ottawa Valley at your own pace. You choose the route, stopping at various participating businesses throughout the Valley,getting your form stamped along the way.You must stop at a minimum of 4 locations.If you stop at 5 checkpoints, you get an extra roll of the dice ! Finish the afternoon at Lakeside Hotel & Bar in beautiful Portage du Fort, Quebec, with a BBQ,50/50 draw, door prizes and 3 rolls of the dice ! The highest score of the total of the 3 rolls ( one extra roll if you get checkpoints) will win a cash prize of $200. Cash prize for most pledges raised!<br>Only $20 donation per bike and $10 per passenger<br>Includes one Free Hamburger& pop per rider<br><br>Pre- Registration and Pledge forms are available online and at various locations throughout the Valley<br>Hair X 45 Elgin St west ,Arnprior ON 613-623-7072<br>Bristol Auto 11 Front Rd. Bristol, Quebec 819-647-3313<br><br>Call Peggy Hodgins-MacGregor 613-623-7072 for info<br>Supported by the Northern Old Bastards Vintage Motorcycle Club",	"#DBD3AA"],
	["",	"7",	"21",	"2010",	"7:00 PM",	"8:30 PM",	"<b>EOO Chapter meeting</b>",	"Meeting at 7:00 PM at Kristy's restaurant.", "chapter"],
	["R",	"7",	"22",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="http://www.mestatehogrally.com/" target="_blank">Maine State H.O.G.® rally</a>',	"",	"#FCE98A"],
	["R",	"7",	"23",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="http://www.mestatehogrally.com/" target="_blank">Maine State H.O.G.® rally</a>',	"",	"#FCE98A"],
	["",	"7",	"24",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="http://www.mestatehogrally.com/" target="_blank">Maine State H.O.G.® rally</a>',	"in Carrabassett Valley, ME<br><img src='../images/harley_hog_logo.jpg' width='89' height='59' alt='' border='0'><br>Hi Everyone,<br><br>How many of you remember that unique event in American history known as Woodstock? The bands, the rain, the people, the... well you get the picture! Maybe some of you were lucky enough to experience it. If you didn't then chill out brothers and sisters and get your reservations made, your TCLOCK inspections done and your bike packed with all your 60's garb because this year you'll want to burn rubber and head out to the 2010 Maine State H.O.G. Rally on July 22-24 because this summer we re-live the Summer of Love at HOGSTOCK!<br><br>If you’re sporting body-art, don’t forget to submit a photo of your “Ink” for the “Wall of Ink” tattoo contest (prizes given for best male and female body-art). Details and registration form are available on the website or please email Michele at <a href='mailto:mestatehogrally@yahoo.com?subject=Maine State H.O.G.® Rally'>mestatehogrally@yahoo.com</a> to request the form.<br><br>And The “Tripping Back in Time” photo collage should be a gas, to participate, so bring a photo of yourself back during the “Woodstock” era (if you were around then) and one of you now so everyone can see what happened to the “Hippie” you used to be! <br><br>There will be a pre-paid “Pasta Party” meal on Friday night and the infamous “Boss Hog” Hanson will be our DJ in the lounge on Saturday night, playing the songs that inspired the “love generation”. And for your added pleasure, Sugarloaf will host a Fireworks display guaranteed to bring out the ooohs and aaahs in everyone...what a far-out finale to an awesome weekend!<br>As you know this event is open to H.O.G. members and their guests. Check the website for more details and please don't forget that the pre-registration deadline is June 3, 2010.<br><br> Thanks and hope to see you at the 2010 Maine State H.O.G. Rally at Sugarloaf!<br><br>Michele Bragg<br>Registration Coordinator<br>Maine State H.O.G. Rally<br>285 Main St.<br>Palmyra, ME 04965<br>(207) 938-4134<br><a href='http://www.mestatehogrally.com/' target='_blank'>www.mestatehogrally.com</a><br>",	"#FCE98A"],
	["",	"7",	"24",	"2010",	"5:30 PM",	"8:00 PM",	"Bikes Only Show & Shine, Lincoln Heights Shopping Centre on Carling Avenue", "In the evening...Hopefully with some good showings, the new home of motorcycle only show and shine for Ottawa. Spread the word !",	"#FF9933"],
	["R",	"7",	"29",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="http://www.ontariohogrally.com/" target="_blank">Ontario Provincial H.O.G.® Rally</a>',	"",	"#FCBC8A"],
	["R",	"7",	"30",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="http://www.ontariohogrally.com/" target="_blank">Ontario Provincial H.O.G.® Rally</a>',	"",	"#FCBC8A"],
	["",	"7",	"31",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="http://www.ontariohogrally.com/" target="_blank">Ontario Provincial H.O.G.® Rally</a>',	' in Niagara Falls, ON.<br><img src="../images/harley_hog_logo.jpg" width="89" height="59" alt="" border="0"><br>Contact <u><a href="mailto:allardlinda@rogers.com">Linda</a></u> for information on how to book a room at the designated hotel: <a href="www.whiteoaksresort.com">www.whiteoaksresort.com</a>',	"#FCBC8A"],
	["F",	"8",	"1",	"2",	"1:00 AM",	"12:59 PM",	"Civic Holiday",	"", "#66CCCC"],
	["R",	"8",	"5",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="http://www.hogsherbrooke.ca/" target="_blank">Canadian National H.O.G.® Rally</a>',	"",	"#FCD28A"],
	["R",	"8",	"6",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="http://www.hogsherbrooke.ca/" target="_blank">Canadian National H.O.G.® Rally</a>',	"",	"#FCD28A"],
	["",	"8",	"7",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="http://www.hogsherbrooke.ca/" target="_blank">Canadian National H.O.G.® Rally</a>',	' in Sherbrooke, Qu&eacute;bec. Roar in the Townships!<br><img src="images/national_rally_2010.jpg" alt="" border="0"><br>You can register online on <a href="https://renewals.harleyownersgroup.ca/rally/en/index.php" target="_blank">the H.O.G. members only Web site </a> or print the following <a href="https://members.hog.com/website/events/canadian_national_2010/_media/pdf/2010-Canadian-Registration-English.pdf" target="_blank">form</a>.',	"#FCD28A"],
	["",	"8",	"8",	"2010",	"1:00 AM",	"12:59 PM",	"<b>Demo Ride Day - Chapter BBQ</b>",	'<a href="http://www.hdottawa.com" target="_blank"> HD of Ottawa</a>',	"chapter"],
	["",	"8",	"8",	"2010",	"1:00 AM",	"12:59 PM",	"<a href='http://www.chapmansridetoacure.com/' target='_blank'>Chapman's Ride To a Cure in Niagara</a>",	'Contact <a href="mailto:rick.irish@yahoo.ca">rick.irish@yahoo.ca</a> for more details.', "#FCE98A"],
	["R",	"8",	"9",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="http://www.RideForDadAnniversary.org" target="_blank"> Ride For Dad - 10th Anniversary Celebrations</a>',	"",	"#FFCC00"],
	["R",	"8",	"10",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="http://www.RideForDadAnniversary.org" target="_blank"> Ride For Dad - 10th Anniversary Celebrations</a>',	"",	"#FFCC00"],
	["",	"8",	"11",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="http://www.RideForDadAnniversary.org" target="_blank"> Ride For Dad - 10th Anniversary Celebrations</a>',	"",	"#FFCC00"],
	["R",	"8",	"9",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="http://www.sturgis.com" target="_blank">Sturgis Bike Week</a>',	"",	"#FC7B19"],
	["R",	"8",	"10",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="http://www.sturgis.com" target="_blank">Sturgis Bike Week</a>',	"",	"#FC7B19"],
	["R",	"8",	"11",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="http://www.sturgis.com" target="_blank">Sturgis Bike Week</a>',	"",	"#FC7B19"],
	["R",	"8",	"12",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="http://www.sturgis.com" target="_blank">Sturgis Bike Week</a>',	"",	"#FC7B19"],
	["R",	"8",	"13",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="http://www.sturgis.com" target="_blank">Sturgis Bike Week</a>',	"",	"#FC7B19"],
	["R",	"8",	"14",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="http://www.sturgis.com" target="_blank">Sturgis Bike Week</a>',	"",	"#FC7B19"],
	["",	"8",	"15",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="http://www.sturgis.com" target="_blank">Sturgis Bike Week</a>',	"",	"#FC7B19"],
	["R",	"8",	"11",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="http://www.motorcycling.ca/mcc/iwcf/?lang=en" target="_blank">International Women Riders Congress & Festival (IWCF)</a>',	"",	"violet"],
	["R",	"8",	"12",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="http://www.motorcycling.ca/mcc/iwcf/?lang=en" target="_blank">International Women Riders Congress & Festival (IWCF)</a>',	"",	"violet"],
	["R",	"8",	"13",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="http://www.motorcycling.ca/mcc/iwcf/?lang=en" target="_blank">International Women Riders Congress & Festival (IWCF)</a>',	"",	"violet"],
	["R",	"8",	"14",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="http://www.motorcycling.ca/mcc/iwcf/?lang=en" target="_blank">International Women Riders Congress & Festival (IWCF)</a>',	"",	"violet"],
	["",	"8",	"15",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="http://www.motorcycling.ca/mcc/iwcf/?lang=en" target="_blank">International Women Riders Congress & Festival (IWCF)</a>',	"at Deerhurst Resort in Huntsville, Ontario. ",	"violet"],
	["R",	"8",	"12",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="http://www.pd13.com/">Friday the 13th in Port Dover</a>',	"",	"#CC9933"],
	["R",	"8",	"13",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="http://www.pd13.com/">Friday the 13th in Port Dover</a>',	"",	"#CC9933"],
	["R",	"8",	"14",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="http://www.pd13.com/">Friday the 13th in Port Dover</a>',	"",	"#CC9933"],
	["",	"8",	"15",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="http://www.pd13.com/">Friday the 13th in Port Dover</a>', '<img src="http://www.norfolktourism.ca/images/stories/copy_of_pd13logo.jpg" alt="" border="0"><br>Claude from the dealership is organizing this ride.<br>From Claude: The Dover trip is simple. We would leave from H-D Ottawa Thursday morning at around 9:00 am. We would make a stop in Carleton Place to pickup west-end riders. Trying to avoid the 401 as much as possible, we will take the highway 7 as much as we can, but there will be a time that we wont have a choice to cross Toronto.<br>We would have lunch somewhere on the way, probably Peterborough. We should be able to reach our destination for around dinner time. Have a nice meal, go to bed, and wake early to hit Dover. We have to be the early to get a parking spot close to down town.<br>Personally, up to 6h00pm is long enough to visit most of the attractions. After that, the crowd gets in a party mood, drinking etc. I am not so much in this myself. I would probably leave Dover before that happens and drive around the area, do some sight-seeing for a bit and find a place to eat and head back to the hotel later.<br>The ride home: Still undecided yet on how to come back. Last time we made a detour in the States, but ended up being a disaster. So I am thinking that we could drive north toward Owen Sound, spend another night and drive back crossing the Algonquin Park on the way home.<br><br>That is my plan so far.<br><br>As soon as I have a few people interested, I will look for a hotel or motel around the area. We stayed in Tillsonburg last time. Nice, clean and far away to escape the loud night party in Dover. <br><br>So let me know who is interested and/or maybe get somebody who might be interested in helping a bit organizing it with me.<br><br>To email Claude, click <a href="mailto:claude@hdottawa.com"><u>here</u>.</a>',	"#CC9933"],	
	["",	"8",	"15",	"2010",	"8:30 AM",	"5:30 PM",	'<a href="http://www.countrycatrescue.com/">Country Cat Rescue Charity Ride in Almonte</a>',	"Charity Ride for Rescue Cats to be held in Almonte.   The proceeds will be donated to Country Cat Sanctuary in Oxford Station which is home to abused, abandoned, and resced cats and kittens.  It seems there is no shortage of abused cats and kittens and each and every year the numbers and severity of abuse get worse.  These places are desperately needed.<br><br>I have attached a flyer of the ride with all of the particulars: <a href='images/catrun.jpg' alt=''>click here to see it</a>.<br><br>This is a first time ride and we are hoping for a lot of support from fellow bikers.<br><br>Thank you for helping.<br><br>Frances Bryerton",	"#DBD3AA"],
	["",	"8",	"18",	"2010",	"7:00 PM",	"8:30 PM",	"<b>EOO Chapter meeting</b>",	"Meeting at 7:00 PM at Kristy's restaurant.", "chapter"],
	["R",	"8",	"21",	"2010",	"1:00 AM",	"12:59 PM",	"<b>Overnight Ride to Lake Placid, NY</b>",	"", "chapter"],
	["",	"8",	"22",	"2010",	"1:00 AM",	"12:59 PM",	"<b>Overnight Ride to Lake Placid, NY</b>",	"This ride is organized by John Holmes and Dr. Gerry. LATEST UPDATE: this will be a fair-weather ride. The plan is to leave at 9am from the <strong>Tim Horton's in Manotick</strong> and get to Lake Placid for a late lunch. Lake Placid has lots of little shops and places to visit in town.<br><br>  For accomodations, the <a href='http://lakeplacid.com/dbsearch/lodging/Art-Devlins-Olympic-Motor-Inn'>Art Devlin's Olympic Motor Inn</a> has rooms starting at US$112/night. Their phone number is 518-523-3700.<br><br>  Keep checking the Web site for more details.", "chapter"],
	["",	"8",	"28",	"2010",	"1:00 AM",	"12:59 PM",	"<b>Dessert ride to Wilno, ON</b>",	"This ride will be in collaboration with the Renfrew chapter.<br>We will be meeting them in Arnprior at the <a href='http://www.antrimtruck.com/' target=''>Antrim Truck Stop</a> at 10:30 am, August 28. Departure will be approx. 11:00 am. If you choose, you can meet us there or at another point along the route. We will be stopping at the Tim Horton's in Renfrew at approx. 11:30 and also stopping at the gas station in Eganville (located at the corner of Hwy 41 and County Rd. 512) at approx. 12:00 to 12:15. Our estimated time of arrival in Wilno at the tavern is about 1:00 to 1:30 pm. Hope to see many of you out. It's a great opportunity to get to know some of our fellow members from another chapter.  The tavern holds a Polish buffet, so if you want to hold off having lunch you can really chow down!<br><br>If you've never been to the Wilno Tavern, check out their Web site at <a href='http://www.wilnotavern.com' target=''>www.wilnotavern.com</a>. <br><br>They make the most amazing homemade desserts!<br><br><img src='http://www.wilno.com/Buisiness_Directory/Wilno_Tavern/hotel.jpg' width='350' height='217' alt='' border='0'>", "chapter"],
	["",	"8",	"28",	"2010",	"9:30 AM",	"6:00 PM",	"<a href='http:://www.blackorchidride.webs.com' target='_blank'>Black Orchid Ride's 1st Annual Motorcycle Show & Ride in Madoc, ON</a>",	"The Motorcycle Ride will leave the Medical Centre Parking Lot at 11:30am Saturday August 28th 2010.<br><br>Ride Registration will be 9:30am -11:30am in the parking lot. However to avoid the line up you may register in advance by contacting us threw the web site, email or by phone 613-473-2652<br><br>This event will include a BBQ, Vendors, Live Music, Raffle prizes, 50/50, and a Show N Shine broken up into 3 categories (A) Touring Bikes (B) Cruisers (C) Sport Bikes.  Celebrity judges to judge each category. <br><br>We are also working on including bike wash ;-)<br><br>This event is open to Any & Everyone so even if you don’t have a motorcycle come out and show your support, do some shopping with the vendors, eat some yummy BBQ listen to great music join in on the raffles and most of all see some really smoking Motorcycles.<br><br>(If you would like to be a vendor please contact me to be added to our list for the day).<br><br>For out of town guests there are great camping grounds in the area and motels so why not make a weekend of it enjoying our beautiful town and surrounding area.<br><br>Have a great day!<br><br>April Rodgers", "#BD8D68"],
	["F",	"9",	"1",	"1",	"1:00 AM",	"12:59 PM",	"Labor Day",	"", "#66CCCC"],
	["",	"9",	"4",	"2010",	"9:00 AM",	"3:00 PM",	"<a href='http://www.ottawahog.com/events/BenefitRideEvent.htm'> <b>EOO Chapter Annual Benefit Ride Event</b></a>",	"at HD of Ottawa, 505 Industrial Ave.", "chapter"],
	["R",	"9",	"11",	"2010",	"1:00 AM",	"12:59 PM",	"<b>EOO Chapter Annual Dinosaur BBQ Run</b>",	"",	"chapter"],
	["",	"9",	"12",	"2010",	"1:00 AM",	"12:59 PM",	"<b>EOO Chapter Annual Dinosaur BBQ Run</b>",	"<b>Trip to Syracuse, NY</b>:  Our famous <strong>Dinosaur BBQ</strong> trip is on September 11th and 12th, 2010. <br>Check out the menu at <a href='http://www.dinosaurbarbque.com/syrIndex.php'> Dinosaur BBQ</a>. <br><br><img src='../images2/syracuse.jpg' width='245' height='217' alt='' border='0'><br><br>Rooms are the same price as last year : $65 US + tax. Email  <a href='mailto:allardlinda@rogers.com?subject=Dinosaur BBQ'>Linda</a> for your hotel reservation now.",	"chapter"],
	["",	"9",	"15",	"2010",	"7:00 PM",	"8:30 PM",	"<b>EOO Chapter meeting</b>",	"Meeting at 7:00 PM at Kristy's restaurant.", "chapter"],
	["",	"9",	"17",	"2010",	"1:00 AM",	"12:59 PM",	'Ride with the Sudbury chapter',	"We need a group of people who would like to escort up to 80 bikes for a little ride to show our beautiful area. More details to follow.",	"#CC9933"],
	["",	"9",	"18",	"2010",	"8:30 AM",	"5:00 PM",	"<a href='http://www.nathanrideforhope.org/'> <b>THE NATHAN RIDE FOR HOPE POKER RUN</b></a>",	"Helping support the fight to find a cure for Duchenne Muscular Dystrophy<br>Time: Registration 08:30 - 10:30<br>(Fundraiser Breakfast Available $7.00)<br>Start: Royal Canadian Legion,<br>3500 Fallowfield rd. Nepean, Ont.<br>During: Luncheon at Bar LaBlanche<br>Finish: Armoury Major E.J.G. Holland VC,<br>2100Walkley rd. Ottawa, Ont<br>Music: River City Junction<br>Type: Poker run (Motorcycles or Cars)<br>Cost: $20.00 and $15.00 for passenger. Includes Your Dinner<br><br>The ride will begin with an optional breakfast at 8:30 am and will finish at approx 5:00 pm with a spaghetti dinner along with Prizes, Raffles and 50/50 draws. Come join the CAV on a ride through the Gatineau Hills and the Nation’s Capital Region. Grand Prize is a Weekend Get Away with VIA Rail! All proceeds will be donated to Muscular Dystrophy Canada to help find a cure for DMD. For More Information Contact: cav@nathanrideforhope.org<br> 1st Annual Ride for Duchenne Muscular Dystrophy. Canadian Army Veterans Motorcycle Unit (CAV MU). Charity Ride to raise money and awareness for Duchenne Muscular Dystrophy. Let's make a difference by Making Muscles Move!",	"darkseagreen"],
	["H",	"10",	"11",	"2010",	"1:00 AM",	"12:59 PM",	"Thankgiving Day",	"", "#66CCCC"],
	["",	"10",	"20",	"2010",	"7:00 PM",	"8:30 PM",	"<b>EOO Chapter meeting</b>",	"Meeting at 7:00 PM at Kristy's restaurant.", "chapter"],
	["R",	"10",	"20",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="http://www.flstatehogrally.com/" target="_blank">Florida State H.O.G.® rally</a>',	"",	"#CC9933"],
	["R",	"10",	"21",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="http://www.flstatehogrally.com/" target="_blank">Florida State H.O.G.® rally</a>',	"",	"#CC9933"],
	["R",	"10",	"22",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="http://www.flstatehogrally.com/" target="_blank">Florida State H.O.G.® rally</a>',	"",	"#CC9933"],
	["",	"10",	"23",	"2010",	"1:00 AM",	"12:59 PM",	'<a href="http://www.flstatehogrally.com/" target="_blank">Florida State H.O.G.® rally</a>',	"",	"#CC9933"],
	["H",	"10",	"31",	"2010",	"1:00 AM",	"12:59 PM",	"Halloween",	"", "#66CCCC"],
	["H",	"11",	"11",	"2010",	"1:00 AM",	"12:59 PM",	"Veteran's Day",	"", "#66CCCC"],
	["",	"11",	"15",	"2010",	"7:00 PM",	"8:30 PM",	"<b>EOO Chapter meeting</b>",	"Meeting at 7:00 PM at Kristy's restaurant.", "chapter"],
	["",	"12",	"19",	"2010",	"7:00 PM",	"8:30 PM",	"<b>EOO Chapter meeting</b>",	"Meeting at 7:00 PM at Kristy's restaurant.", "chapter"],
	["H",	"12",	"25",	"2010",	"1:00 AM",	"12:59 PM",	"Christmas",	"", "#66CCCC"],
	["H",	"12",	"26",	"2010",	"1:00 AM",	"12:59 PM",	"Boxing Day",	"", "#66CCCC"],
	["H",	"1",	"1",	"2011",	"1:00 AM",	"12:59 PM",	"New Year's Day",	"", "#66CCCC"],
	["",	"1",	"8",	"2011",	"1:00 AM",	"12:59 PM",	"2011 New year's party",	"More details to follow.",	"chapter"]
// Please omit the final comma after the ] from the last line above unless you are going to add another event at this time.
);




