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.web-pros.com" target="_blank"> Web-Pros, Inc.</a>');
}
else {
	document.write('&copy; 2009-'+thisyear+' Whisper Hearing Centers | Innovative Web Solution by<a href="http://www.web-pros.com" target="_blank"> Web-Pros, Inc.</a>');
}

