<!-- Begin

<!-- NOTE: If you use a ' add a slash before it like this \' -->

var d = new Date();

document.write('<span class ="copytext">&copy;Copyright 2006-');

document.write(d.getFullYear());

document.write('&nbsp;&nbsp;');

document.write('<a href="index.php" target="_top">BillFishin\'</a> ');

document.write('All Rights Reserved<br>');

document.write('For more information feel free to '); 

document.write(' <A HREF="http://billfishin.net/cgi-bin/c_contact.cgi">Contact Us</a>');

document.write('</span><br>');


//  End -->