// JavaScript Document
var d = new Date();
var v=d.getFullYear();
document.write('&copy; '+v+' Quadrasystems.net');
