THIS FILES CONTAINS: -------------------- 1. Instructions on how to remove old showDate code from your page 2. Instructions on how to put the footer Javascript code into your .htm pages 3. New code to copy to your htm file ------------------------------------------------------------------------------------ OVERVIEW: --------- Insertion of the new footer script will do several tasks. 1. Adds the Copyright symbol and date 2. Adds a contact name and email address 3. Updates the last date the file was modified This code replaces the current date modified code that is in many CVMBS Web .htm files. Current date modified code should be deleted as described in the next section. ------------------------------------------------------------------------------------ REMOVING OLD DATE MODIFIED CODE FROM YOUR HTM PAGE: ------------------------------------------------ The new script replaces the old function showDate() found in many pages, typically in the tags, towards the top of the page. If the code below is in your page please remove it. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ------------------------------------------------------------------------------------ INSTRUCTIONS TO ADD NEW CODE: ------------- 1. Remove old showDate code as described above 2. Copy the lines of code below starting with the separator line labeled "Start of Footer section" 3. Paste the lines of code into your .htm file immediately above the tag found at the bottom of your .htm file. 4. Add your email address between the "" in the line that starts with emailAddress="" 5. Add your contact information between the "" in the line that starts with contactName="" 6. Save your file ------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------ COPY THE CODE - LINES - BELOW TO YOUR .HTM FILE ------------------------------------------------------------------------------------