var copyRight = 2009;
var curCopyRight = 0;
var d = new Date();
curCopyRight = d.getFullYear()

function footer() {
		if (curCopyRight == copyRight) {
			document.write('&copy; Copyright ' +  copyRight + ' Hargrove Fence and Hydroseeding, All rights reserved.');
		}
		else {
			document.write('&copy; Copyright ' +  copyRight + ' - ' + curCopyRight + ' Hargrove Fence and Hydroseeding, All rights reserved.');
		}

}
