document.write("<a href='index.asp' title='Return to Home Page'>Home</a> | ");
document.write("<a href='about.asp' title='Learn about Harrisburg District Golf'>About</a> | ");
document.write("<a href='membership.asp' title='Membership'>Membership</a> | ");
document.write("<a href='tournaments.asp' title='Tournament Schedule'>Schedule</a> | ");
document.write("<a href='poy.asp' title='View the Patriot News player of the year standings'>Point Standings</a> | ");
document.write("<a href='Champions.asp' title='View District Past Champions'>Past Champions</a> | ");
document.write("<a href='Advertising.asp' title='View Advertising from Member Clubs'>Member Specials</a> | ");
document.write("<a href='Sponsor.asp' title='View the HDGA Sponsors'>Sponsors</a> | ");
document.write("<a href='mailto:info@hdgolf.org' title='Contact Harrisburg District Golf'>Contact Us</a>");

function styleSwitch(cssDoc)
{
	//cssDoc = document.changeStyle.styleVal.options[document.changeStyle.styleVal.selectedIndex].value;
	setActiveStyleSheet(cssDoc);return false;
}
