Your Best Hosting
Solution

Keeping it Simple


  Main Menu
     Home Page
     About Us
     Hosting Plans
     Register Domains
     The Good Stuff
     Member Area
     Support Ticket
  Free Extras
     Free Domain Name
     RVSiteBuilder
     WebTraxEditor
     Tutorials
     And Much More
  Important Information
     90 Day Free Trial
     Our Guarantee
     F A Q
  Contact Information
     Contact Us
     Our Forum
  Site Map
     Site Map

Back to Previous Page






Auto Copyright Update
What it's all about:

Make sure your copyright notices are up-to-date. This script will automatically update your pages for you.

How to install this script:
ONE STEP TO INSTALL AUTOMATIC COPYRIGHT UPDATE:

1. Copy the coding into the BODY of your HTML document

STEP ONE: Paste this code into the BODY of your HTML document

<BODY>

<script type="text/javascript">
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Created by: www.jdstiles.com -->
<!-- Begin
copyright=new Date();
update=copyright.getFullYear();
document.write("Copyright © 2001-"+ update + " (your company name) All rights reserved."); // End --> </script>