﻿document.write('<a href="index.html">Home</a> | <a href="index-1.html">About Us</a> | <a href="index-2.html">Sponsors</a> | <a href="index-3.html">Chari1ty News</a> | <a href="index-4.html">Store</a> | <a href="index-5.html">Contacts</a> | <a href="index-6.html">Privacy policy</a> | C.A.N.S. 4 Cuts &copy; ');
now = new Date;
theYear=now.getYear();
if (theYear < 1900)
{
   theYear=theYear+1900;
}
else
{
   document.write(theYear);
}


