var Menu = ("<div class='LINKSHOME'>");
Menu += ("<a href='http://casl.net'></a></div> ");
Menu += ("<div class='LINKSABOUT'> ");
Menu += ("<a href='/About.html'></a></div> ");
Menu += ("<div class='LINKSFIELD'> ");
Menu += ("<a href='/CASL_Field.html'></a></div> ");
//Menu += ("<div class='LINKSNEWS'> ");
//Menu += ("<a href='/News/News.html'></a></div> ");
Menu += ("<div class='LINKSJOIN'> ");
Menu += ("<a href='/JoinCASL.html'></a></div> ");
Menu += ("<div class='LINKSLINKS'> ");
Menu += ("<a href='/Links.html'></a></div> ");
Menu += ("<div class='LINKSPHOTOS'> ");
Menu += ("<a href='/photos/CASL_Photo_Albums/'></a></div> ");
Menu += ("<div class='LINKSCONTACTS'> ");
Menu += ("<a href='/Contacts.html'></a></div> ");
Menu += ("<div class='LINKSSPONSORS'> ");
Menu += ("<a href='/Sponsors.html'></a></div> ");
Menu += ("<div class='LINKSFORSALE'> ");
Menu += ("<a href='/ForSale/ForSale.html'></a></div> ");
Menu += ("<hr height='2px' width='150px' color='Maroon'/>");
Menu += ("<!-- Facebook Badge START --><a href='http://www.facebook.com/pages/Central-Arizona-Soaring-League/152678004757949' target='_TOP' title='Central Arizona Soaring League'><img src='http://badge.facebook.com/badge/152678004757949.2509.1349027151.png' width='120' height='254' style='border: 0px;' /></a><br/><!-- Facebook Badge END -->");
Menu += ("<a href='http://www.wunderground.com/US/AZ/Phoenix.html?bannertypeclick=infoboxtr'><img src='http://weathersticker.wunderground.com/weathersticker/infoboxtr/language/www/US/AZ/Phoenix.gif' alt='Click for Phoenix, Arizona Forecast' border='0' height='108' width='144' /></a> ");
//Menu += ("<img src='http://banners.wunderground.com/weathersticker/infoboxtr/language/www/US/AZ/Buckeye.gif' border='0' alt='Click for Buckeye, Arizona Forecast' height='108' width='144' /></a> ");
Menu += ("<a href='http://www.PhoenixGasPrices.com'><img src = 'http://www.PhoenixGasPrices.com/gb/Phoenixgasbuddy.gif' width=120 height=90 border=0></a> ");
Menu += ("<img alt='' src='/ButtonAbout2.png' style='display: none'/>");
Menu += ("<img alt='' src='/ButtonContacts2.png' style='display: none'/>");
Menu += ("<img alt='' src='/ButtonField2.png' style='display: none'/>");
Menu += ("<img alt='' src='/ButtonHome2.png' style='display: none'/>");
Menu += ("<img alt='' src='/ButtonJoin2.png' style='display: none'/>");
Menu += ("<img alt='' src='/ButtonLinks2.png' style='display: none'/>");
Menu += ("<img alt='' src='/ButtonNews2.png' style='display: none'/>");
Menu += ("<img alt='' src='/ButtonPhotos2.png' style='display: none'/>");
Menu += ("<img alt='' src='/ButtonSponsors2.png' style='display: none'/>");
Menu += ("<img alt='' src='/ButtonForSale2.png' style='display: none'/>");

Menu.replace("'", "\"");

document.write(Menu);

