var currentTime = new Date()
var thisyear = currentTime.getFullYear()
if(eval(thisyear) > 2007) {

document.write('\
<div align="center"><a href="link.html">Helpful Links</a> | <a href="cont.html">Contact Us</a> | <a href="term.html">Terms of Use</a> | <a href="noti.html">Notice of Privacy Practices</a> <br>\
<span class="footer">&copy; 2007-'+thisyear+' Sood Plastic Surgery | Innovative Web Solution by <a href="http://www.web-pros.com" target="_blank" class="footer"><span class="footer">Web-Pros Inc.</span></a></span></div>\
');
}
else {

document.write('\
<div align="center"><a href="link.html">Helpful Links</a> | <a href="cont.html">Contact Us</a> | <a href="term.html">Terms of Use</a> | <a href="noti.html">Notice of Privacy Practices</a> <br>\
<span class="footer">&copy; 2007 Sood Plastic Surgery | Innovative Web Solution by <a href="http://www.web-pros.com" target="_blank" class="footer"><span class="footer">Web-Pros Inc.</span></a></span></div>\
');
}
