
function copy()
{
var d=new Date();
var year = d.getFullYear();

var copy="<p><center><font size=1>&copy; 1969-" + year + " Real Estate Training Center of Colorado, Inc. All rights reserved</font><br></center>";
document.write(copy);

} 
