<!-- 
 var today = new Date()
 var today = new Date()
 var year = today.getYear()

  if(year < 1000){
    year += 1900
    }
  document.write ("&nbsp;&nbsp;<font size=1>Copyright &copy;" + year + " Intermountain Beverage. All rights Reserved. &nbsp;&nbsp;&nbsp;&nbsp;</font>");

//-->