var currentTime = new Date()
var thisyear = currentTime.getFullYear()
if(eval(thisyear) != 2008) {
	document.write('<div align="center">&copy; 2008-'+thisyear+' Southern Indiana Orthopedics | Innovative Web Solution by <a href="http://www.apzyn.com" target="_blank">Apzyn, LLC</a></div>');
}
else {
	document.write('<div align="center">&copy; 2008 Southern Indiana Orthopedics | Innovative Web Solution by <a href="http://www.apzyn.com" target="_blank">Apzyn, LLC</a></div>');
}

