<!--VW Cruisers, Volkswagen, Motorsports, Club, SEVWA

var popup
function initJanuary(){
	popup = window.createPopup()
	if (popup && !popup.isOpen){
		var popBody = popup.document.body
		popBody.style.border = "solid 3px blue"
		popBody.style.padding = "10px"
		popBody.style.fontSize = "18px"
		popBody.style.textAlign = "center"
		var bodyText ="<table align='center' border='1' style='border-width: 1px; border-color: #000000'>"
		bodyText += "<caption><b><font size='5'> January 2011 Events</font></b></caption>"
		bodyText += "<tr><th class='style6' width='75' style='height: 25px'>Date</th><th class='style6' style='height: 25px; width: 155px;'>"
		bodyText += "Description</th><th class='style6' style='height: 25px; width: 181px;'>Location</th><th class='style6' style='height: 25px'>"
		bodyText += "Holiday</th></tr><tr><td class='style6'>1/1/2011</td><td class='style6' style='width: 155px'>New Years Day</td>"
		bodyText += "<td class='style6' style='width: 181px'>Holiday Location</td><td class='style6' bgcolor='lime' width='20'></td></tr>"
		bodyText += "<tr><td class='style6'>01/20/2011</td><td class='style6' style='width: 155px'><b>Club Meeting</b></td>"
		bodyText += "<td class='style6' style='width: 181px'><font color='#000000'><span class='style3'>"
		bodyText += "Meetings take place in Culpeper at Pete&#39;s Pizza Restaurant.</span></font>"
		bodyText += "<br /></td><td>&nbsp;</td></tr>"
        bodyText += "<tr><td class='style6'>01/26/2011<br/>to<br/>01/30/2011</td><td class='style6' style='width: 155px>"
        bodyText += "<a href='http://dc.about.com/od/specialevents/a/WashAutoShow.htm'>Washington Auto Show</a></td>"
        bodyText += "<td class='style6' style='width: 181px' class='style3'><span class='style4'>Washington Convention <br/>"
        bodyText += "Center<br/>801 Mount Vernon Place<br/>NW Washington, DC.</span></td><td>&nbsp;</td></tr>"
        bodyText += "<tr><td class='style6'>01/28/2011<br/>to<br/>01/29/2011</td>"
        bodyText += "<td class='style6' style='width: 155px'><a href='http://www.kandlmotorsports.com/'>Shriners Volksfest 2011</a>" 
        bodyText += "<br/>all indoor car show<br/>and Swap Meet"
        bodyText += " in conjunction with the <center>Hot Rod and Drag Racing Expo<br/><a href='http://www.SEVWA.com/'>SEVWA Event</a></center></td>"
        bodyText += "<td class='style6' style='width: 181px' class='style3' valign='top'><span class='style4'>Greensboro Coliseum<br/>"
        bodyText += "Greensboro, NC</span></td><td>&nbsp;</td></tr></table>"
		bodyText += "<p ><font size='3'>Click 'ESC' on your keyboard to escape or Click anywhere outside of this window</font></p>"
		popBody.innerHTML = bodyText
		popup.show(200,100,600,450,document.body)
		}
}
function initFebruary(){
	popup = window.createPopup()
	if (popup && !popup.isOpen){
		var popBody = popup.document.body
		popBody.style.border = "solid 3px blue"
		popBody.style.padding = "10px"
		popBody.style.fontSize = "18px"
		popBody.style.textAlign = "center"
		var bodyText ="<table align='center' border='1' style='border-width: 1px; border-color: #000000'>"
		bodyText += "<caption><b><font size='5'> February 2011 Events</font></b></caption>"
		bodyText += "<tr><th class='style6' width='75' style='height: 25px'>Date</th><th class='style6' style='height: 25px; width: 155px;'>"
		bodyText += "Description</th><th class='style6' style='height: 25px; width: 181px;'>Location</th><th class='style6' style='height: 25px'>"
		bodyText += "Holiday</th></tr>"
		bodyText += "<tr><td>02/02/2011</td>"
		bodyText += "<td>Kustom Wagens VW Nights<br/>at the oldest McDonald's in the World</td>"
		bodyText += "<td>Corner of Lakewood and Florence<br/>Downey, CA</td><td>&nbsp;</td></tr>"
		bodyText += "<tr><td>02/09/2011<br/>-<br/>02/20/2010</td>"
		bodyText += "<td>2010 Chicago Auto Show</td>"
		bodyText += "<td>McCormick Place<br/>Chicago, IL</td><td>&nbsp;</td></tr>"
		bodyText += "<tr><td>02/13/2011</td>"
		bodyText += "<td>12th Annual Copperstate Classic</td>"
		bodyText += "<td>Universal Technical Institute<br/>10695 West Pierce Street<br/>Avondale Arizona</td><td>&nbsp;</td></tr>"
		bodyText += "<tr><td class='style6'>02/17/2011</td>"
		bodyText += "<td class='style6' style='width: 155px'><b>Club Meeting</b></td>"
		bodyText += "<td class='style6' style='width: 181px'><font color='#000000'><span class='style3'>"
		bodyText += "Meetings take place in Culpeper at Pete&#39;s Pizza Restaurant.</span></font>"
		bodyText += "<br /></td><td>&nbsp;</td></tr>"
		bodyText += "<tr><td>02/17/2011<br/>-<br/>02/20/2011</td>"
		bodyText += "<td><a href='www.daytonawinterjam.com/'>WinterJAM Weekend 2011</a></td>"
		bodyText += "<td><a href='www.daytonawinterjam.com'>Daytona, Beach, FL</a></td><td>&nbsp;</td></tr>"
		bodyText += "</table>"
        bodyText += "<p><font size='3'>Click 'ESC' on your keyboard to escape or Click anywhere outside of this window</font></p>"
		popBody.innerHTML = bodyText
		popup.show(200,100,600,445,document.body)
		}
}
function initMarch(){
	popup = window.createPopup()
	if (popup && !popup.isOpen){
		var popBody = popup.document.body
		popBody.style.border = "solid 3px blue"
		popBody.style.padding = "10px"
		popBody.style.fontSize = "18px"
		popBody.style.textAlign = "center"
		var bodyText ="<table align='center' border='1' style='border-width: 1px; border-color: #000000'>"
		bodyText += "<caption><b><font size='5'> March 2011 Events</font></b></caption>"
		bodyText += "<tr><th class='style6' width='75' style='height: 25px'>Date</th>"
		bodyText += "<th class='style6' style='height: 25px; width: 155px;'>"
		bodyText += "Description</th><th class='style6' style='height: 25px; width: 181px;'>Location</th>"
		bodyText += "<th class='style6' style='height: 25px'>Holiday</th></tr>"
		bodyText += "<tr><td class='style6'>03/04/2011<br/>-<br/>03/06/2011</td>"
		bodyText += "<td>MDA Car Show</td><td>Roanoke Civic Center</td>"
		bodyText += "<td>&nbsp;</td>"
		bodyText += "<tr><td class='style6'>03/12/2011<br>-<br/>03/13/2011</td>"
		bodyText += "<td class='style6' style='width: 155px'>K&L Motorsports Dyno Day & Silver Dollar Showdown #10<br/>"
		bodyText += "<a href='http://www.SEVWA.com/'>SEVWA Event</a><br/>All VW Car Show, Swap Meet and Drag Racing</td>"
		bodyText += "<td class='style6' style='width: 181px'><font color='#000000'><span class='style3'>"
		bodyText += "Silver Dollar Raceway<br/>Reynolds,GA</span></font><br/></td><td>&nbsp;</td></tr>"
		bodyText += "<tr><td class='style6'>03/17/2011</td>"
		bodyText += "<td class='style6' style='width: 155px'><b>Club Meeting</b></td>"
		bodyText += "<td class='style6' style='width: 181px'><font color='#000000'><span class='style3'>"
		bodyText += "Meetings take place in Culpeper at Pete&#39;s Pizza Restaurant.</span></font>"
		bodyText += "<br/></td><td>&nbsp;</td></tr>"
		bodyText += "<tr><td class='style6'>03/19/2011</td>"
		bodyText += "<td class='style6' style='width: 155px'>MS Gulf Coast Volkswagen 15th Annual Charity Show</td>"
		bodyText += "<td class='style6' style='width: 181px'><font color='#000000'><span class='style3'>"
		bodyText += "Edgewater Mall<br/>Highway 90<br/>Biloxi, MS</span></font>"
		bodyText += "<br/></td><td>&nbsp;</td></tr>"
		bodyText += "<tr><td class='style6'>03/26/2011</td>"
		bodyText += "<td class='style6' style='width: 155px'>Auto Swap-A-Rama 2011</td>"
		bodyText += "<td class='style6' style='width: 181px'><font color='#000000'><span class='style3'>"
		bodyText += "1655 Federal Dr<br/>Montgomery, AL<br/>Look for the BIG COW on a <br/>trailer...not kidding at the <br/>entry gate next to Hardee's</span></font>"
		bodyText += "<br/></td><td>&nbsp;</td></tr></table>"
		bodyText += "<p ><font size='3'>Click 'ESC' on your keyboard to escape or Click anywhere outside of this window</font></p>"
		popBody.innerHTML = bodyText
		popup.show(200,100,600,555,document.body)
		}
}
function initApril(){
	popup = window.createPopup()
	if (popup && !popup.isOpen){
		var popBody = popup.document.body
		popBody.style.border = "solid 3px blue"
		popBody.style.padding = "10px"
		popBody.style.fontSize = "18px"
		popBody.style.textAlign = "center"
		var bodyText ="<table align='center' border='1' style='border-width: 1px; border-color: #000000'>"
		bodyText += "<caption><b><font size='5'> April 2011 Events</font></b></caption>"
		bodyText += "<tr><th class='style6' width='75' style='height: 25px'>Date</th>"
		bodyText += "<th class='style6' style='height: 25px; width: 155px;'>Description</th>"
		bodyText += "<th class='style6' style='height: 25px; width: 181px;'>Location</th>"
		bodyText += "<th class='style6' style='height: 25px'>Holiday</th></tr>"
		bodyText += "<tr><td class='style6'>04/10/2011</td>"
		bodyText += "<td align='center' class='style6' style='width: 155px'>Fast Times at Farmington #14<br/>All VW Car Show, Swap Meet"
		bodyText += "<br/><a href='http://www.SEVWA.com/'>SEVWA Event</a><br/>and Drag Racing</td>"
		bodyText += "<td valign='top' class='style6' style='width: 181px'><font color='#000000'><span class='style3'>"
		bodyText += "Farmington Dragway<br/>Mockvills, NC</span></font>"
		bodyText += "<br /></td><td>&nbsp;</td></tr>"
		bodyText += "<tr><td class='style6'>04/15/2011<br/> - <br/>04/16/2011</td>"
		bodyText += "<td align='center' class='style6' style='width: 155px'>Bug-A-Puluza #13</td>"
		bodyText += "<td valign='top' class='style6' style='width: 181px'><font color='#000000'><span class='style3'>"
		bodyText += "Chattanooga, TN</span></font>"
		bodyText += "<br /></td><td>&nbsp;</td></tr>"
		bodyText += "<tr><td class='style6'>04/14/2011</td>"
		bodyText += "<td class='style6' style='width: 155px'><b>Club Meeting</b></td>"
		bodyText += "<td class='style6' style='width: 181px'><font color='#000000'><span class='style3'>"
		bodyText += "Meetings take place in Culpeper at Pete&#39;s Pizza Restaurant.</span></font>"
		bodyText += "<br /></td><td>&nbsp;</td></tr></table>"
        bodyText += "<p ><font size='3'>Click 'ESC' on your keyboard to escape or Click anywhere outside of this window</font></p>"
		popBody.innerHTML = bodyText
		popup.show(200,100,600,400,document.body)
		}
}
function initMay(){
	popup = window.createPopup()
	if (popup && !popup.isOpen){
		var popBody = popup.document.body
		popBody.style.border = "solid 3px blue"
		popBody.style.padding = "10px"
		popBody.style.fontSize = "18px"
		popBody.style.textAlign = "center"
		var bodyText ="<table align='center' border='1' style='border-width: 1px; border-color: #000000'>"
		bodyText += "<caption><b><font size='5'> May 2011 Events</font></b></caption>"
		bodyText += "<tr><th class='style6' width='75' style='height: 25px'>Date</th>"
		bodyText += "<th class='style6' style='height: 25px; width: 155px;'>Description</th>"
		bodyText += "<th class='style6' style='height: 25px; width: 181px;'>Location</th>"
		bodyText += "<th class='style6' style='height: 25px'>Holiday</th>"
		bodyText += "</tr><tr><td class='style6'>05/07/2011<br/>-<br/>05/08/2011</td>"
		bodyText += "<td class='style6' style='width: 155px'>Circle Yer Wagens #32</td>"
		bodyText += "<td class='style6' style='width: 181px'><font color='#000000'><span class='style3'>"
		bodyText += "Sevierville, TN</span></font></td>"
		bodyText += "<td>&nbsp;</td></tr>"
		bodyText += "</tr><tr><td class='style6'>05/14/2011</td>"
		bodyText += "<td class='style6' style='width: 155px'>Charlotte Transporter Show<br/>All Type 2</td>"
		bodyText += "<td class='style6' style='width: 181px'><font color='#000000'><span class='style3'>"
		bodyText += "Charlote, NC</span></font></td>"
		bodyText += "<td>&nbsp;</td></tr>"
		bodyText += "</tr><tr><td class='style6'>05/19/2010</td>"
		bodyText += "<td class='style6' style='width: 155px'><b>Club Meeting</b></td>"
		bodyText += "<td class='style6' style='width: 181px'><font color='#000000'><span class='style3'>"
		bodyText += "Meetings take place in Culpeper at Pete&#39;s Pizza Restaurant.</span></font></td>"
		bodyText += "<td>&nbsp;</td></tr>"
		bodyText += "</tr><tr><td class='style6'>05/14/2010</td>"
		bodyText += "<td class='style6' style='width: 155px'>Spring AutoShow and Invitational</td>"
		bodyText += "<td class='style6' style='width: 181px'><font color='#000000'><span class='style3'>"
		bodyText += "Sratoga Automobile Museum, Saratoga Springs, NY</span></font></td>"
		bodyText += "<td>&nbsp;</td></tr>"
		bodyText += "</tr><tr><td class='style6'>05/15/2010</td>"
		bodyText += "<td class='style6' style='width: 155px'>Big Bug Shootout #6<br/>Julian, NC: "
		bodyText += "<a href='http://www.SEVWA.com/'>SEVWA Event</a></td>"
		bodyText += "<td class='style6' style='width: 181px'><font color='#000000'><span class='style3'>"
		bodyText += "Piedmont Dragway near Greensboro, NC</span></font></td>"
		bodyText += "<td>&nbsp;</td></tr>"
		bodyText += "<tr><td>05/29/2010</td>"
		bodyText += "<td style='width: 155px'>Bug Out 69</td><td style='width: 181px'>Old Dominion Speedway<br/>Manassas, VA<br/></td>"
		bodyText += "<td>&nbsp;</td></tr>"
		bodyText += "<tr><td>05/30/2009</td>"
		bodyText += "<td>Memorial Day</td><td>Holiday Location</td>"
		bodyText += "<td class='style6' bgcolor='lime' width='20'></td></tr></table>"
		bodyText += "<p ><font size='3'>Click 'ESC' on your keyboard to escape or Click anywhere outside of this window</font></p>"
		popBody.innerHTML = bodyText
		popup.show(300,300,600,500,document.body)
		}
}
function initJune(){
	popup = window.createPopup()
	if (popup && !popup.isOpen){
		var popBody = popup.document.body
		popBody.style.border = "solid 3px blue"
		popBody.style.padding = "10px"
		popBody.style.fontSize = "18px"
		popBody.style.textAlign = "center"
		var bodyText ="<table align='center' border='1' style='border-width: 1px; border-color: #000000'>"
		bodyText += "<caption><b><font size='5'>June 2010 Events</font></b></caption>"
		bodyText += "<tr><th class='style6' width='75' style='height: 25px'>Date</th><th class='style6' style='height: 25px; width: 155px;'>"
		bodyText += "Description</th><th class='style6' style='height: 25px; width: 181px;'>Location</th>"
		bodyText += "<th class='style6' style='height: 25px'>Holiday</th></tr>"
		bodyText += "<tr><td class='style6'>06/05/2010</td>"
		bodyText += "<td class='style6' style='width: 155px'>25th Annual Northwest Bug Run</td>"
		bodyText += "<td class='style6' style='width: 181px'>Woodburn Dragstrip<br/>Woodburn, OR</td><td class='style6' width='20'>&nbsp;</td></tr>"
		bodyText += "<tr><td class='style6'>06/06/2010</td>"
		bodyText += "<td class='style6' style='width: 155px'><b>VW Cruisers Annual Car Show</b></td>"
		bodyText += "<td class='style6' style='width: 181px'>Flying Circus<br/>off Rt. 17<br/>Bealeton, Virginia </td><td class='style6' width='20'>&nbsp;</td></tr>"
		bodyText += "<tr><td class='style6'>06/17/2010</td><td class='style6' style='width: 155px'><b>Club Meeting</b></td>"
		bodyText += "<td class='style6' style='width: 181px'><font color='#000000'><span class='style3'>"
		bodyText += "Meetings take place in Culpeper at Pete&#39;s Pizza Restaurant.</span></font>"
		bodyText += "<br /></td><td>&nbsp;</td></tr></table>"
        bodyText += "<p ><font size='3'>Click 'ESC' on your keyboard to escape or Click anywhere outside of this window</font></p>"
		popBody.innerHTML = bodyText
		popup.show(200,100,600,350,document.body)
		}
}
function initJuly(){
	popup = window.createPopup()
	if (popup && !popup.isOpen){
		var popBody = popup.document.body
		popBody.style.border = "solid 3px blue"
		popBody.style.padding = "10px"
		popBody.style.fontSize = "18px"
		popBody.style.textAlign = "center"
		var bodyText ="<table align='center' border='1' style='border-width: 1px; border-color: #000000'>"
		bodyText += "<caption><b><font size='5'> July 2010 Events</font></b></caption>"
		bodyText += "<tr><th class='style6' width='75' style='height: 25px'>Date</th><th class='style6' style='height: 25px; width: 155px;'>"
		bodyText += "Description</th><th class='style6' style='height: 25px; width: 181px;'>Location</th>"
		bodyText += "<th class='style6' style='height: 25px'>Holiday</th>"
		bodyText += "</tr><tr><td class='style6'>07/4/2010</td>"
		bodyText += "<td class='style6' style='width: 155px'>Independence Day<br/><b>Street Car Show</b></td>"
		bodyText += "<td class='style6' style='width: 181px'>Main Street<br/>Culpeper, VA</td><td class='style6' bgcolor='lime' width='20'></td></tr>"
		bodyText += "<tr><td class='style6'>07/15/2010</td><td class='style6' style='width: 155px'><b>Club Meeting</b></td>"
		bodyText += "<td class='style6' style='width: 181px'><font color='#000000'><span class='style3'>"
		bodyText += "Meetings take place in Culpeper at Pete&#39;s Pizza Restaurant.</span></font>"
		bodyText += "<br /></td><td>&nbsp;</td></tr></table>"
        bodyText += "<p ><font size='3'>Click 'ESC' on your keyboard to escape or Click anywhere outside of this window</font></p>"
		popBody.innerHTML = bodyText
		popup.show(200,100,600,250,document.body)
		}
}
function initAugust(){
	popup = window.createPopup()
	if (popup && !popup.isOpen){
		var popBody = popup.document.body
		popBody.style.border = "solid 3px blue"
		popBody.style.padding = "10px"
		popBody.style.fontSize = "18px"
		popBody.style.textAlign = "center"
		var bodyText ="<table align='center' border='1' style='border-width: 1px; border-color: #000000'>"
		bodyText += "<caption><b><font size='5'> August 2010 Events</font></b></caption>"
		bodyText += "<tr><th class='style6' width='75' style='height: 25px'>Date</th>"
		bodyText += "<th class='style6' style='height: 25px; width: 155px;'>Description</th>"
		bodyText += "<th class='style6' style='height: 25px; width: 181px;'>Location</th>"
		bodyText += "<th class='style6' style='height: 25px'>Holiday</th>"
		bodyText += "</tr><tr><td class='style6'>08/19/2010</td><td class='style6' style='width: 155px'><b>Club Meeting</b></td>"
		bodyText += "<td class='style6' style='width: 181px'><font color='#000000'><span class='style3'>"
		bodyText += "Meetings take place in Culpeper at Pete&#39;s Pizza Restaurant.</span></font>"
		bodyText += "<br /></td><td>&nbsp;</td></tr>"
		bodyText += "</tr><tr><td class='style6'>08/22/2010</td><td class='style6' style='width: 155px'>Norther Challenge #5<br/>"
		bodyText += "Radford, VA <a href='http://www.SEVWA.com/'>SEVWA Event</a></td>"
		bodyText += "<td class='style6' style='width: 181px'><font color='#000000'><span class='style3'>"
		bodyText += "Motormile Dragway<br/>Radford, VA</span></font>"
		bodyText += "<br /></td><td>&nbsp;</td></tr>"
		bodyText += "</table>"
        bodyText += "<p ><font size='3'>Click 'ESC' on your keyboard to escape or Click anywhere outside of this window</font></p>"
		popBody.innerHTML = bodyText
		popup.show(200,100,600,275,document.body)
		}
}
function initSeptember(){
	popup = window.createPopup()
	if (popup && !popup.isOpen){
		var popBody = popup.document.body
		popBody.style.border = "solid 3px blue"
		popBody.style.padding = "10px"
		popBody.style.fontSize = "18px"
		popBody.style.textAlign = "center"
		var bodyText ="<table align='center' border='1' style='border-width: 1px; border-color: #000000'>"
		bodyText += "<caption><b><font size='5'> September 2010 Events</font></b></caption>"
		bodyText += "<tr><th class='style6' width='75' style='height: 25px'>Date</th>"
		bodyText += "<th class='style6' style='height: 25px; width: 155px;'>Description</th>"
		bodyText += "<th class='style6' style='height: 25px; width: 181px;'>Location</th>"
		bodyText += "<th class='style6' style='height: 25px'>Holiday</th>"
		bodyText += "</tr><tr><td>09/05/2010</td>"
		bodyText += "<td style='width: 155px'>Bug Out 68</td><td style='width: 181px'>"
		bodyText += "Old Dominion Speedway<br/>Manassas, VA<br/></td><td>&nbsp;</td></tr><tr><td>09/06/2010</td>"
		bodyText += "<td style='width: 155px'>Labor Day</td>"
		bodyText += "<td style='width: 181px'>Holiday Location<br/><br/></td>"
		bodyText += "<td bgcolor='#00FF00'>&nbsp;</td></tr>"
		bodyText += "</tr><tr><td>09/12/2010</td>"
		bodyText += "<td style='width: 155px'>Pittsburgh Classic #3 - New Alenandria, PA<br/>"
		bodyText += "<a href='http://www.SEVWA.com/'>SEVWA Event</a><br/>All VW Car Show, Swap Meet<br/>"
		bodyText += "and Drag Racing</td>"
		bodyText += "<td style='width: 181px'>Pittsburgh Raceway<br/>Alexandria, PA<br/></td>"
		bodyText += "<td>&nbsp;</td></tr>"
		bodyText += "<tr><td class='style6'>09/16/2010</td><td class='style6' style='width: 155px'><b>Club Meeting</b></td>"
		bodyText += "<td class='style6' style='width: 181px'><font color='#000000'><span class='style3'>"
		bodyText += "Meetings take place in Culpeper at Pete&#39;s Pizza Restaurant.</span></font>"
		bodyText += "<br /></td><td>&nbsp;</td></tr></table>"
        bodyText += "<p ><font size='3'>Click 'ESC' on your keyboard to escape or Click anywhere outside of this window</font></p>"
		popBody.innerHTML = bodyText
		popup.show(200,100,600,400,document.body)
		}
}
function initOctober(){
	popup = window.createPopup()
	if (popup && !popup.isOpen){
		var popBody = popup.document.body
		popBody.style.border = "solid 3px blue"
		popBody.style.padding = "10px"
		popBody.style.fontSize = "18px"
		popBody.style.textAlign = "center"
		var bodyText ="<table align='center' border='1' style='border-width: 1px; border-color: #000000'>"
		bodyText += "<caption><b><font size='5'> October 2010 Events</font></b></caption>"
		bodyText += "<tr><th class='style6' width='75' style='height: 25px'>Date</th>"
		bodyText += "<th class='style6' style='height: 25px; width: 155px;'>Description</th>"
		bodyText += "<th class='style6' style='height: 25px; width: 181px;'>Location</th>"
		bodyText += "<th class='style6' style='height: 25px'>Holiday</th></tr>"
		bodyText += "<tr><td class='style6'>10/21/2010</td><td class='style6' style='width: 155px'><b>Club Meeting</b></td>"
		bodyText += "<td class='style6' style='width: 181px'><font color='#000000'><span class='style3'>"
		bodyText += "Meetings take place in Culpeper at Pete&#39;s Pizza Restaurant.</span></font>"
		bodyText += "<br /></td><td>&nbsp;</td></tr>"
		bodyText += "<tr><td class='style6'>10/24/2010</td>"
		bodyText += "<td class='style6' style='width: 155px'>Fast Times at Farmington #14 - Mockville, NC<br/>"
		bodyText += "<a href='http://www.SEVWA.com/'>SEVWA Event</a>All VW Car Show, Swap Meet, and Drag Racing</td>"
		bodyText += "<td class='style6' style='width: 181px'><font color='#000000'><span class='style3'>"
		bodyText += "Farmington Dragway<br/>Mockville, NC</span></font>"
		bodyText += "<br /></td><td>&nbsp;</td></tr></table>"
        bodyText += "<p ><font size='3'>Click 'ESC' on your keyboard to escape or Click anywhere outside of this window</font></p>"
		popBody.innerHTML = bodyText
		popup.show(200,100,600,300,document.body)
		}
}
function initNovember(){
	popup = window.createPopup()
	if (popup && !popup.isOpen){
		var popBody = popup.document.body
		popBody.style.border = "solid 3px blue"
		popBody.style.padding = "10px"
		popBody.style.fontSize = "18px"
		popBody.style.textAlign = "center"
		var bodyText ="<table align='center' border='1' style='border-width: 1px; border-color: #000000'>"
		bodyText += "<caption><b><font size='5'> November 2010 Events</font></b></caption>"
		bodyText += "<tr><th class='style6' width='75' style='height: 25px'>Date</th><th class='style6' style='height: 25px; width: 155px;'>"
		bodyText += "Description</th><th class='style6' style='height: 25px; width: 181px;'>Location</th><th class='style6' style='height: 25px'>"
		bodyText += "Holiday</th></tr>"
		bodyText += "<tr><td>11/05/2010</td>"
		bodyText += "<td style='width: 181px'>SEMA Show</td><td>Las Vegas, NV</td><td>&nbsp</td></tr>"
		bodyText += "<tr><td>11/11/2010</td>"
		bodyText += "<td style='width: 181px'>Veteran's Day</td><td>Holiday Location</td><td bgcolor='#00FF00'>&nbsp;</td></tr>"
		bodyText += "<tr><td>11/14/2010</td><td style='width: 155px'>5th Annual Harrisburg Area VW/Audi Toys for Tots</td>"
		bodyText += "<td style='width: 181px'>Harrisburg, PA (See Samba Site before attending for location and time)<br/>"
		bodyText += "</td><td>&nbsp;</td></tr>"
		bodyText += "<tr><td class='style6'>11/19/2010</td><td class='style6' style='width: 155px'><b>Club Meeting</b></td>"
		bodyText += "<td class='style6' style='width: 181px'><font color='#000000'><span class='style3'>"
		bodyText += "Meetings take place in Culpeper at Pete&#39;s Pizza Restaurant.</span></font>"
		bodyText += "<br /></td><td>&nbsp;</td></tr><tr><td>11/25/2010</td><td style='width: 155px'>Thanksgiving Day</td>"
		bodyText += "<td style='width: 181px'>Holiday Location<br/></td><td bgcolor='#00FF00'>&nbsp;</td></tr></table>"
        bodyText += "<p ><font size='3'>Click 'ESC' on your keyboard to escape or Click anywhere outside of this window</font></p>"
		popBody.innerHTML = bodyText
		popup.show(200,100,600,350,document.body)
		}
}

function initDecember(){
	popup = window.createPopup()
	if (popup && !popup.isOpen){
		var popBody = popup.document.body
		popBody.style.border = "solid 3px blue"
		popBody.style.padding = "10px"
		popBody.style.fontSize = "18px"
		popBody.style.textAlign = "center"
		var bodyText ="<table align='center' border='1' style='border-width: 1px; border-color: #000000'>"
		bodyText += "<caption><b><font size='5'> December 2010 Events</font></b></caption>"
		bodyText += "<tr><th class='style6' width='75' style='height: 25px'>Date</th><th class='style6' style='height: 25px; width: 155px;'>"
		bodyText += "Description</th><th class='style6' style='height: 25px; width: 181px;'>Location</th><th class='style6' style='height: 25px'>"
		bodyText += "Holiday</th></tr><tr><td>09/05/2010</td><td style='width: 155px'>Bug Out 68</td><td style='width: 181px'>"
		bodyText += "Old Dominion Speedway<br/>Manassas, VA<br/></td><td>&nbsp;</td></tr><tr><td>09/06/2010</td>"
		bodyText += "<td style='width: 155px'>Labor Day</td><td style='width: 181px'>Holiday Location<br/><br/></td>"
		bodyText += "<td bgcolor='#00FF00'>&nbsp;</td></tr>"
		bodyText += "<tr><td class='style6'>09/16/2010</td><td class='style6' style='width: 155px'><b>Club Meeting</b></td>"
		bodyText += "<td class='style6' style='width: 181px'><font color='#000000'><span class='style3'>"
		bodyText += "Meetings take place in Culpeper at Pete&#39;s Pizza Restaurant.</span></font>"
		bodyText += "<br /></td><td>&nbsp;</td></tr></table>"
        bodyText += "<p ><font size='3'>Click 'ESC' on your keyboard to escape or Click anywhere outside of this window</font></p>"
		popBody.innerHTML = bodyText
		popup.show(200,100,600,285,document.body)
		}
}
