<!--

function currentYear() {
  var d = new Date();
  var y = d.getYear();
  if (y < 1000) y += 1900;
  return y;
}

document.write('<p class="copyright">Copyright &copy; 1996 to '+currentYear()+' by RVclassified.com, Inc. All rights reserved. Contact the <a href="/contact_us.htm">webmaster</a>.<br><span style="font-size: 11px">All trademarks, trade names, and service marks are the property of their respective owners.<br><span style="font-size: 10px">Hosted by <a href="http://www.paladincomputer.net/" target="_blank">Paladin Computers</a><span style="font-size: 10px">.....Designed by <a href="http://www.tmwg.com/" target="_blank">TMWG.COM</a><br><img border="0" src="/images/spacer.gif" width="1" height="10"></span></p>');
//document.write('<p align="center"><a href="/cgi-bin/php_tools/whos_online/counter.php?text=yes" target="_blank"><img border="0" src="http://www.rvclassified.com/cgi-bin/php_tools/whos_online/counter.php"></a></p>');
//-->