var currentTime = new Date()
var thisyear = currentTime.getFullYear()
if(eval(thisyear) != 2008) {
	document.write('<div align="center">&copy; 2008-'+thisyear+' Antique Fire Extinguishers | Innovative Web Solution by <a href="http://www.web-ptos.com" target="_blank">Web-Pros Inc.</a></div>');
}
else {
	document.write('<div align="center">&copy; 2008 Antique Fire Extinguishers | Innovative Web Solution by <a href="http://www.web-ptos.com" target="_blank">Web-Pros Inc.</a></div>');
}
