// Footer Navigation (fnav) and Copyright Script File

function fnav_cb() 
{
  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">Home</a> | ')
  document.write('info@ActionEbook.com')
//  document.write('<a target="_blank" class="fnav" href="http://www.actionebook.com/contact.html">Contact Us</a>')
//  document.write(' | <a class="fnav" href="http://www.actionebook.com/about.html">About Us</a>')
//  document.write(' | <a class="fnav" href="mailto:info@actionebook.com">Add Your Testimonial</a>')
//  document.write(' | <a class="fnav" href="http://www.actionebook.com/partners.php">Partners</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>