var currentTime = new Date()
var thisyear = currentTime.getFullYear()
if(eval(thisyear) == 2009) {
	document.write('&copy; 2009 Whisper Hearing Centers | Innovative Web Solution by<a href="http://www.apzyn.com" target="_blank"> Apzyn, LLC</a>');
}
else {
	document.write('&copy; 2009-'+thisyear+' Whisper Hearing Centers | Innovative Web Solution by<a href="http://www.apzyn.com" target="_blank"> Apzyn, LLC</a>');
}

