<!-- Start

// NOTE: If you use a ' add a slash before it like this \'

var now = new Date(); 
document.write('<span class="copyright">');
document.write("&copy;Copyright 1998-" + now.getFullYear() + " ");
document.write('<a href="http://www.tomwilsonusa.com/contact.shtml" target="_top">Dusty Tuba Entertainment, Inc.</a> ');
document.write('All Rights Reserved.');
document.write('</span>');

//  End -->