var currentTime = new Date()
var thisyear = currentTime.getFullYear()
if(eval(thisyear) == 2008) {
	document.write('&copy; 2008 Drainage Solutions, Inc. | Innovative Web Solution by <a href="http://web-pros.com" target="_blank">Web-Pros Inc.</a>');
}
else {
	document.write('&copy; 2008-'+thisyear+' Drainage Solutions, Inc. | Innovative Web Solution by <a href="http://web-pros.com" target="_blank">Web-Pros Inc.</a>');
}

