<!-- start

// NOTE: If you use a ' add a slash before it like this \'

// UPPER MENU

// Set text in footer to be class="copytext"
document.write('<span class="copytext">');

document.write('<br><br><br>');

// UPPER MENU
// HOME
// Consulting
// Seminars
// Books
// Training
// Library of articles
// Practice tips
// Marketing

document.write('<a href="http://www.csvets.com" target="_parent">HOME</a> • ');

document.write('<a href="http://www.csvets.com/consulting.htm">Consulting</a> • ');

document.write('<a href="http://www.csvets.com/seminars.htm">Seminars</a> • ');

document.write('<a href="http://www.csvets.com/books.htm">Books</a> • ');

document.write('<a href="http://www.csvets.com/training.htm">Training</a> • ');

document.write('<a href="http://www.csvets.com/library.htm">Library of Articles</a> • ');

document.write('<a href="http://www.csvets.com/practice_tips.htm">Practice Tips</a> • ');

// No "dot" or spaces at the end of the last link in the line
document.write('<a href="http://www.csvets.com/marketing.htm">Marketing</a>');

// Line break to form 2nd line in footer
document.write('<br>');

// LOWER MENU
// Free e-Newsletter
// Free Audio CD
// Our Clients
// About Us
// Contact Us

document.write('<a href="http://www.csvets.com/newsletter.htm">Free e-Newsletter</a> • ');

document.write('<a href="http://www.csvets.com/audio_cd.htm">Free Audio CD</a> • ');

document.write('<a href="http://www.csvets.com/clients.htm">Our Clients</a> • ');

document.write('<a href="http://www.csvets.com/about.htm">About Us</a> • ');

document.write('<a href="http://www.csvets.com/contact.htm">Contact Us</a> • ');

// No "dot" or spaces at the end of the last link in the line
document.write('<a href="http://www.csvets.com/site_map.htm">Site Map</a>');

document.write('</span>');

//  End -->