// global variables to form MY addresses
var at1 = "@";
var dot = ".";
var id1 = "ord";
var id2 = "ers";
var typ = "com";
var url = "cusbuster";
var url2 = "aromastressbuster";
var url3 = "aromatherapy";
var url4 = "stress";
var url5 = "relief";
var ds1  = "-";


function FixBusi (obj1) {  // PayPal FORM business value orders@aromastressbuster.com
  if (obj1.business)       // see what is in this form 
    obj1.business.value = id1 + id2 + at1 + url2 + dot + typ;
  return true;             // make it work...
}

function FixLink (obj1) {  // fix any link on page
var tmp,ary;
  tmp = obj1.href;         // link contents
  ary = tmp.split ("cusbuster");       // fake value
  tmp = ary.join  (id1 + id2);         // real value
  ary = tmp.split ("yahoo.co.uk");     // fake URL
  tmp = ary.join  (url + dot + typ);   // real URL
  obj1.href = tmp;
}

function FixAromaLink (obj2) {  // fix any link on page
var tmp,ary;
  tmp = obj2.href;         // link contents
  ary = tmp.split ("aromastressbuster");       // fake value
  tmp = ary.join  (id1 + id2);         // real value
  ary = tmp.split ("yahoo.co.uk");     // fake URL
  tmp = ary.join  (url2 + dot + typ);   // real URL
  obj1.href = tmp;
}


function FixAromaLink2 (obj3) {  // fix any link on page
var tmp,ary;
  tmp = obj3.href;         // link contents
  ary = tmp.split ("aromatherapy-stress-relief");       // fake value
  tmp = ary.join  (id1 + id2);         // real value
  ary = tmp.split ("yahoo.co.uk");     // fake URL
  tmp = ary.join  (url3 + ds1 + url4 + ds1 + url5 + dot + typ);   // real URL
  obj1.href = tmp;
}


function FixMail (obj1) {  // fix a hyperlink mail addr
  obj1.href = "mailto:" + "unsubscribe" + at1 + url + dot + typ;
  return true;             // make it work...
}

function FixMail2 (obj1) {  // fix a hyperlink mail addr
  obj1.href = "mailto:" + "cusbusting" + at1 + url + dot + typ;
  return true;             // make it work...
}

function FixMail3 (obj1) {  // fix a hyperlink mail addr
  obj1.href = "mailto:" + "gary" + at1 + url + dot + typ;
  return true;             // make it work...
}

function FixMail4 (obj2) {  // fix a hyperlink mail addr
  obj2.href = "mailto:" + "gary" + at1 + url2 + dot + typ;
  return true;             // make it work...
}

function FixMail5 (obj2) {  // fix a hyperlink mail addr
  obj2.href = "mailto:" + "webmaster" + at1 + url2 + dot + typ;
  return true;             // make it work...
}

function FixMail6 (obj2) {  // fix a hyperlink mail addr  info@aromastressbuster.com
  obj2.href = "mailto:" + "info" + at1 + url2 + dot + typ;
  return true;             // make it work...
}

function FixMail7 (obj2) {  // fix a hyperlink mail complaints@aromastressbuster.com
  obj2.href = "mailto:" + "complaints" + at1 + url2 + dot + typ;
  return true;             // make it work...
}

function FixMail8 (obj2) {  // fix a hyperlink  info@cusbuster.com
  obj2.href = "mailto:" + "info" + at1 + url + dot + typ;
  return true;             // make it work...
}

function FixMail9 (obj2) {  // fix a hyperlink  support@aromastressbuster.com
  obj2.href = "mailto:" + "support" + at1 + url2 + dot + typ;
  return true;             // make it work...
}

function FixMail11 (obj3) {  // fix a hyperlink info@aromatherapy-stress-relief.com
  obj3.href = "mailto:" + "info" + at1 + url3 + ds1 + url4 + ds1 + url5 + dot + typ;
  return true;             // make it work...
}

function FixMail2 (obj2) {  // fix a hyperlink mail addr
  obj2.href = "mailto:" + "unsubscribe" + at1 + url2 + dot + typ;
  return true;             // make it work...
}

function FixMail14 (obj3) {  // fix a hyperlink corporate@aromatherapy-stress-relief.com
  obj3.href = "mailto:" + "corporate" + at1 + url3 + ds1 + url4 + ds1 + url5 + dot + typ;
  return true;             // make it work...
}

