// Footer Navigation (fnav) and Copyright Script File

function fnav() 
{
  var time=new Date()  
  var yearcurrent=time.getFullYear()
  var yearinitial=''
  if (yearcurrent>2006) yearinitial='2006-'
  document.write('<a class="fnav" href="http://www.actionebook.com"><img style="border: 1px solid transparent; width: 20px; height: 20px;" alt="Home"src="../images/home.jpg" align="middle"></a> | ')
  document.write('<a target="_blank" class="fnav" href="http://www.actionebook.com/contact.html">Contact Us</a>')
//<img style="border: 1px solid transparent; width: 19px; height: 14px;" alt="Contact Us"src="../images/email.jpg" align="top">
  document.write(' | <a class="fnav" href="http://www.actionebook.com/aboutus.html">About Us</a>')
//  document.write(' | <a class="fnav" href="mailto:info@actionebook.com">Add Your Testimonial</a>')
  document.write(' | <a target="_blank" class="fnav" href="http://www.actionebook.com/partners.html">Partners</a>')
  document.write(' | <a target="_blank" class="fnav" href="http://www.actionebook.com/copyright.html">Image/Photo/Picture Requests</a>')
//  document.write(' | <a target="_blank" class="fnav" href="http://www.actionebook.com/links">Link Exchange</a>')
//  document.write(' | <a class="fnav" href="http://www.actionebook.com/webmasters.html">Webmasters <font style="color: rgb(0, 140, 0);">Earn Money $$</font></a>')
  document.write('<br/><br/>Copyright &copy;',(yearinitial),(yearcurrent),' Web Affiliates. All rights reserved.')
}

// Place the following within the head tag
// <script language="JavaScript" type="text/javascript" src="fnav.js"></script>
//
// Place the following within the body tag at the desired location
// <script language="JavaScript" type="text/javascript">fnav()</script>