// 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.datingthatclicks.com">Home</a>')
  document.write(' | <a class="fnav" href="http://www.datingthatclicks.com/contact.html" target=_"blank">Contact Us</a>')
  document.write(' | <a class="fnav" href="http://www.datingthatclicks.com/about.html">About Us</a>')
  document.write(' | <a class="fnav" href="http://www.datingthatclicks.com/contact.html" target=_"blank">Add Your Testimonial</a>')
  document.write(' | <a class="fnav" href="http://www.datingthatclicks.com/privacypolicy.html">Privacy Policy</a>')
//  document.write(' | <a class="fnav" href="http://www.datingthatclicks.com/partners.php">Partners</a>')
  document.write(' | <a target="_blank" class="fnav" href="http://www.datingthatclicks.com/links/">Link Exchange</a>')
  document.write(' | <a class="fnav" href="http://www.datingthatclicks.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>

