d = new Date();
year = d.getFullYear();
document.write("&copy; " + year + " CSN International. All rights reserved.");
