var curdate=new Date();
var year=curdate.getFullYear();
document.write("Copyright&copy;" + year +" "+ "Online-degree-usa.com"+" "+"All rights reserved.");
document.write('<a href="/privacy-policy.html">Privacy policy</a>');
document.write("|");
document.write('<a href="/contact.html">Contact Us</a>');