/* Credits: Perry Gibson, AwareNautics LLC, http://www.awarenautics.com/ */
var output = '    <UL id=navigation>' ;output += '      <LI><A href="SCCMG_Home.htm">Home</A></LI>' ;output += '      <LI><A href="About_Us.htm">About Us</A></LI>' ;output += '      <LI><A href="Links.htm">Links</A></LI>' ;output += '      <LI><A href="Meetings.htm">Meetings</A></LI>' ;output += '      <LI><A href="Sponsors.htm">Sponsors</A></LI>' ;output += '      <LI><A href="http://www.cmg.org/cgi-bin/calendar_2011.pl?format=cal">News &amp;&nbsp;Events</A> </LI>' ;output += '      <LI><A href="Presentation_Submission_Form.htm">Submit Presentation</A></LI>' ;output += '    </UL>' ; document.write(output);

