<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

var Today=new Date();
var ThisYear=Today.getFullYear();  //included if you wish to insert the year

document.write('<span class ="footer">Copyright 2001-'+ThisYear+' ');

document.write('<a href="index.html" target="_top">Flawlessnet</a> ');

document.write('All Rights Reserved<br>');

document.write('For more information please feel free to '); 

document.write(' <A HREF="contact.html">Contact Us</a>');

document.write('</span><br>');

//  End -->