// JavaScript Document
document.open();
document.write('<span class="copyright">copyright &copy; 2006 Jollive All right Reserved.</span>');
document.close();
