<!-- CopyRight 2007 Free Psychic Network.Com Author Frederick Gimino Do Not Copy At Risk Of Violating The Digital Millenium CopyRight Act! Violators Will Be Reported -->

function getXMLHTTPRequest2() {
try {
req = new XMLHttpRequest();
} catch(err1) {
  try {
  req = new ActiveXObject("Msxml2.XMLHTTP");
  } catch (err2) {
    try {
    req = new ActiveXObject("Microsoft.XMLHTTP");
    } catch (err3) {
      req = false;
    } 
  } 
}
return req;
}

var http = getXMLHTTPRequest2();

function getServerText2() {
  var myurl = 'runes080606/dailey1.php';
  myRand = parseInt(Math.random()*999999999999999);
  var modurl = myurl+"?rand="+myRand;  
  http.open("GET", modurl, true);
  http.onreadystatechange = useHttpResponse2;
  http.send(null);
}

function useHttpResponse2() {
   if (http.readyState == 4) {
    if(http.status == 200) { 
      var mytext2 = http.responseText;
      document.getElementById('Runes').innerHTML = mytext2;
    }
  } else {
  document. getElementById('Runes').innerHTML = ""
  }
}
function getXMLHTTPRequest3() {
try {
req = new XMLHttpRequest();
} catch(err1) {
  try {
  req = new ActiveXObject("Msxml2.XMLHTTP");
  } catch (err2) {
    try {
    req = new ActiveXObject("Microsoft.XMLHTTP");
    } catch (err3) {
      req = false;
    } 
  } 
}
return req;
}

var http = getXMLHTTPRequest3();

function getServerText3() {
  var myurl = 'http://www.freepsychicnetwork.com/AjaxPsychicReading.php';
  myRand = parseInt(Math.random()*999999999999999);
  var modurl = myurl+"?rand="+myRand;  
  http.open("GET", modurl, true);
  http.onreadystatechange = useHttpResponse3;
  http.send(null);
}

function useHttpResponse3() {
   if (http.readyState == 4) {
    if(http.status == 200) { 
      var mytext3 = http.responseText;
      document.getElementById('Charm').innerHTML = mytext3;
    }
  } else {
  document. getElementById('Charm').innerHTML = ""
  }
}
function getXMLHTTPRequest4() {
try {
req = new XMLHttpRequest();
} catch(err1) {
  try {
  req = new ActiveXObject("Msxml2.XMLHTTP");
  } catch (err2) {
    try {
    req = new ActiveXObject("Microsoft.XMLHTTP");
    } catch (err3) {
      req = false;
    } 
  } 
}
return req;
}

var http = getXMLHTTPRequest4();

function getServerText4() {
  var myurl = 'http://www.freepsychicnetwork.com/minchiate/di2.php';
  myRand = parseInt(Math.random()*999999999999999);
  var modurl = myurl+"?rand="+myRand;  
  http.open("GET", modurl, true);
  http.onreadystatechange = useHttpResponse4;
  http.send(null);
}

function useHttpResponse4() {
   if (http.readyState == 4) {
    if(http.status == 200) { 
      var mytext4 = http.responseText;
      document.getElementById('Tarot').innerHTML = mytext4;
    }
  } else {
  document. getElementById('Tarot').innerHTML = ""
  }
}