var currentTime = new Date()
var thisyear = currentTime.getFullYear()
if(eval(thisyear) == 2007) {
	document.write('\&copy; 2007 myOrthoTeam.com | All Rights Reserved | Another Innovative web solution by <a href="http://www.web-pros.com/" target="_blank" class="footer"><span class="footer" style="text-decoration : none;">Web-Pros, Inc.</span></a>');
} else {
	document.write('\&copy; 2007-'+thisyear+' myOrthoTeam.com | All Rights Reserved | Another Innovative web solution by <a href="http://www.web-pros.com/" target="_blank" class="footer"><span class="footer" style="text-decoration : none;">Web-Pros, Inc.</span></a>');
}

