// JScript source code
//Links that appear in the side bar menu. Include this script
//in every page that needs to have the links in side bar

		document.writeln("<ul>");
		document.writeln("<li><A href='" + home + "index.htm'>Home</A></li>");
//		document.writeln("<li><A href='" + home + "judges_schools.htm'>Judges\' Schools</A></li>");
		document.writeln("<li><A href='" + home + "about_us.htm'>About Us</A></li>");
		document.writeln("<li><A href='" + home + "membership.htm'>Membership</A></li>");
		document.writeln("<li><A href='" + home + "competitions.htm'>Competitions</A></li>");
		document.writeln("<li><A href='" + home + "competition_results.htm'>Competition Results</A></li>");
		document.writeln("<li><A href='" + home + "test.htm'>Test Information</A></li>");
		document.writeln("<li><A href='" + home + "achievements.htm'>Achievements</A></li>");
		document.writeln("<li><A href='" + home + "sessions.htm'>Sessions &amp; Programs</A></li>");
		document.writeln("<li><A href='" + home + "officials.htm'>Officials &amp; IJS Information</A></li>");
		document.writeln("<li><A href='" + home + "parents.htm'>Parents</A></li>");
		document.writeln("<li><A href='" + home + "volunteer.htm'>Volunteer Information</A></li>");
		document.writeln("<li><A href='" + home + "coaches.htm'>Coaches' Information</A></li>");
		document.writeln("<li><A href='" + home + "calendar.htm'>Calendar </A><font color=\"blue\">(new)</font></li>");
		document.writeln("<li><A href='" + home + "photo.htm'>Photo Gallery</A></li>");
		document.writeln("<li><A href='" + home + "donate.htm'>Donate</A></li>");
		document.writeln("<li><A href='" + home + "contact.htm'>Contact Us</A></li>");
		document.writeln("<li><A href='" + home + "relatedlinks.htm'>Related Links</A></li>");
		document.writeln("<li></li>");
		var str = "<br /><font color=\"blue\">(For testing and competitions)</font>"
		document.writeln("<li style=\"height: 40px\"><A href='" + home + "./goodStanding/good_standing_search.php'>Certification Letter</A>"+str+"</li>");
		//document.writeln("<li> Contact ");
		//Email("webadmin", "webadmin");
		//document.writeln("</li>"); 
		document.writeln("</ul>");


