﻿function runCookie()
{
morsel=loadCookie('crumb');
if (morsel!=null && morsel!="")
  {
  document.location.href="http://www.academyofbuildingindustries.com/home.htm";
  }
else
  {
  return "";
  }
}