<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'
var d = new Date();
var currentyear = d.getFullYear();

document.write('<span class="copyright">Copyright &copy; '+currentyear+'  ');

document.write('<a href="index.html" target="_top">Sticker.com</a> ');

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

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

document.write(' <A href="http://www.sticker.com/contact.html">Contact Us</a>.</span><br>');

//  End -->
