<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

today=new Date();
y0=today.getFullYear();

document.write('<span class="footertext">Copyright &copy; 2006-');

document.write(y0);

document.write(' Wilson Productions Inc. All Rights Reserved.</font><br>');

document.write('For more information please '); 

document.write(' <A HREF="contact.aspx">Contact Us</a>.');

document.write('</span><br>');

//  End -->