<!--

var NS = (window.Event) ? 1 : 0;

function checkKey(e) {
  var code = (NS) ? e.which : event.keyCode;
  var key = String.fromCharCode(code);
  for (var i = 0; i < ar.length; i++) {
    if (key == ar[i].key) location.href = ar[i].url;
  }
}

function hotKey(key, url) {
  this.key = key;
  this.url = url;
}

if (NS) document.captureEvents(Event.KEYPRESS)
document.onkeypress = checkKey;

var ar = new Array();

ar[ar.length] = new hotKey("a", "http://mistershortcut.com");
ar[ar.length] = new hotKey("b", "http://mistershortcut.us/");
ar[ar.length] = new hotKey("c", "http://mistershortcut.org/");
ar[ar.length] = new hotKey("d", "http://greatshortcuts.com");
ar[ar.length] = new hotKey("e", "http://mastersandmillionaires.com/index47.html");
ar[ar.length] = new hotKey("f", "http://mistershortcut.com");
ar[ar.length] = new hotKey("g", "http://mrshortcut.net/");
ar[ar.length] = new hotKey("h", "http://superdoctor.us");
ar[ar.length] = new hotKey("i", "http://mastersandmillionaires.com");
ar[ar.length] = new hotKey("j", "http://doctor-cohen.us");
ar[ar.length] = new hotKey("k", "http://drdavidcohen.org");
ar[ar.length] = new hotKey("l", "http://superdoctor.us");
ar[ar.length] = new hotKey("m", "http://best-shortcuts.com");
ar[ar.length] = new hotKey("n", "http://mistershortcut.org");
ar[ar.length] = new hotKey("o", "http://Doctor-David-Cohen.US");
ar[ar.length] = new hotKey("p", "http://doctordavidcohen.com");
ar[ar.length] = new hotKey("q", "http://drdavidcohen.net");
ar[ar.length] = new hotKey("r", "http://oneshortcut.com");
ar[ar.length] = new hotKey("s", "http://superdoctor.us");
ar[ar.length] = new hotKey("t", "http://1shortcut.com");
ar[ar.length] = new hotKey("u", "http://health-tower.us");
ar[ar.length] = new hotKey("v", "http://healthtower.us");
ar[ar.length] = new hotKey("w", "http://mister-shortcut.com");
ar[ar.length] = new hotKey("x", "http://mr-shortcut.com");
ar[ar.length] = new hotKey("y", "http://bodyscans.org");
ar[ar.length] = new hotKey("z", "http://doctordavidcohen.org");
ar[ar.length] = new hotKey("1", "http://chelation-support.com");
ar[ar.length] = new hotKey("2", "http://amazing-health.us");
ar[ar.length] = new hotKey("3", "http://mastersandmillionaires.com/healthindex.html");
ar[ar.length] = new hotKey("4", "http://healingnaturally.net");
ar[ar.length] = new hotKey("5", "http://healnaturally.net");
ar[ar.length] = new hotKey("6", "http://naturallyhealing.net");
ar[ar.length] = new hotKey("7", "http://biogeologie.us");
ar[ar.length] = new hotKey("8", "http://doctor-david-cohen.com");
ar[ar.length] = new hotKey("0", "http://dr-cohen.us");
ar[ar.length] = new hotKey("-", "http://great-shortcuts.com");
ar[ar.length] = new hotKey("=", "http://bestshortcuts.com");

// -->