<!-- Start

// NOTE: If you use a ' add a slash before it like this \'

document.write('<span class="copyright">');

var todaysDate = new Date();

var currYear   = todaysDate.getFullYear();

document.write('&copy; 2002-' + currYear + ' ');

document.write('<a href="index.html" target="_top" class="footerlink">Rich Bruton</a> ');

document.write('/');

document.write(' <A HREF="contact.htm" class="footerlink">Contact</a><br>');

document.write('</span>');


//  End -->