//<!----Hide from old browsers that need to ignore it ----

// Fix a hyperlink mail address
function infoPost( obj)
{
//var tmp;
  //tmp = obj.href;
  obj.href = "mailto:info@everythingbutthecake.ca"
  //obj1.href = "mailto:" + id1 + id2 + at1 + url + dot + typ;
  //alert ("Fake E-mail address was ... \n   " + tmp + "\n\n\n" +
  //       "Real E-mail address is  ... \n   " + obj1.href);
  return true;             // make it work...
}

function webPost( obj)
{
  obj.href = "mailto:web_master@everythingbutthecake.ca"
}
//---- Custom Order END --->
