  var ft_elem;

  for (var page_idx = 1; page_idx < 9; page_idx++) {

    ft_elem = document.getElementById("nav_" + page_idx);
    
    if (ft_elem != null) {
      if (page_idx != nav_page) { 
        ft_elem.className = "navigation";    
      } else {
        ft_elem.className = "navigation_on";    
      }
    }
  }

document.write("<table class='footer'><tbody><tr><td valign='top'>")
document.write("<br /><br />")
document.write("<hr width='300px'>")
document.write("<a href='http://www.facebook.com/akfcl' target='_new'><img src='images//fb_icon.gif' width='48px' height='48px' border='0'><a/>&nbsp;&nbsp;&nbsp;")
document.write("<a href='http://www.youtube.com/user/akfcrystallake' target='_new'><img src='images//youtube_icon.gif' width='48px' height='48px' border='0'><a/>")
document.write("<br /><br />&copy; 2011 AKFMAA")
document.write("</td></tr></tbody></table>")

