var CurrDate = new Date()
var CurrYear = CurrDate.getFullYear()
document.write("&copy;" + CurrYear + " Lakeshore Glass and Metals, LLC. ALL RIGHTS RESERVED")