// JavaScript Document
var str = "Quaintlab. All Rights Reserved";
copyright=new Date();
update=copyright.getFullYear();
document.write("Copyright &copy; 2008 -"+ " " + update + " " +str)