var currentTime = new Date()
var thisyear = currentTime.getFullYear()
if(eval(thisyear) != 2008) {
	document.write('&nbsp;&nbsp;&nbsp;&nbsp;&copy; 2008-'+thisyear+' VNSI | Patient Services Phone 317.722.8200 | Innovative Web Solution by <a href="http://www.web-pros.com" target="_blank" style="color: #000000;">Web-Pros Inc.</a>');
}
else {
	document.write('&nbsp;&nbsp;&nbsp;&nbsp;&copy; 2008 VNSI | Patient Services Phone 317.722.8200 | Innovative Web Solution by <a href="http://www.web-pros.com" target="_blank" style="color: #000000;">Web-Pros Inc.</a>');
}

