// JavaScript Document

var d=new Date();
	yr=d.getFullYear();
	if (yr!=1999)
document.write("&#169 2000-"+yr + " Alpine Construction Co, LLC.<br />All Rights Reserved.");
