var currentTime = new Date()
var thisyear = currentTime.getFullYear()
if(eval(thisyear) != 2008) {
	document.write('&nbsp;&nbsp;&nbsp;&nbsp;&copy; 2008-'+thisyear+' VNSI | 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('&nbsp;&nbsp;&nbsp;&nbsp;&copy; 2008 VNSI | 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>');
}

