function copyright ()
{ 
var d = new Date()
document.write("<span class='textwhite11'>&copy; "  + d.getFullYear() + " Caron Business Solutions Inc.</span>")
}