//*** index level footer ***//
strFooter = '<table width="590" border="0" cellspacing="1" cellpadding="1">\
        <tr>\
          <td align="left">\
            <hr size="1" noshade class="gry_line">\
          </td>\
        </tr>\
        <tr>\
          <td align="center">\
		  <a href="index.cfm" class="ft_line1">FWA Service Network</a><span class="gry">&nbsp;|&nbsp;</span>\
		  <a href="http://www.fwa.org/ecal/ecal.htm" class="ft_line1">Event Calendar</a><span class="gry">&nbsp;|&nbsp;</span>\
		  <a href="calendar.cfm" class="ft_line1">Reservation Form</a><span class="gry">&nbsp;|&nbsp;</span>\
		  <a href="admin.cfm" class="ft_line1">Member Login</a><span class="gry">&nbsp;|&nbsp;</span>\
		  <a href="http://www.fwa.org" class="ft_line1">FWA Home</a><br>\
		  <img src="associations/5532/files/images/a_space.gif" width="1" height="5">\
		  </td>\
        </tr>\
        </table>'
	  
document.write(strFooter);

