var xmlHttp1 = false;
/*@cc_on @*/
/*@if (@_jscript_version >= 5)
try {
  xmlHttp1 = new ActiveXObject("Msxml2.XMLHTTP");
  } catch (e) {
    try {
        xmlHttp1 = new ActiveXObject("Microsoft.XMLHTTP");
     } catch (e2) {
          xmlHttp1 = false;
       }
		}
@end @*/
		
if (!xmlHttp1 && typeof XMLHttpRequest != 'undefined') {
      xmlHttp1 = new XMLHttpRequest();
   };
		  

xmlHttp1.open("GET", "/rss/mobbi.php", true);
xmlHttp1.onreadystatechange=updatePageMobbi;
xmlHttp1.send(null);		 


function updatePageMobbi() {
  if (xmlHttp1.readyState == 4) {
     var response = xmlHttp1.responseText;
     document.getElementById("mobbi").innerHTML = response;
  };
};






var xmlHttp2 = false;
/*@cc_on @*/
/*@if (@_jscript_version >= 5)
try {
  xmlHttp2 = new ActiveXObject("Msxml2.XMLHTTP");
  } catch (e) {
    try {
        xmlHttp2 = new ActiveXObject("Microsoft.XMLHTTP");
     } catch (e2) {
          xmlHttp2 = false;
       }
		}
@end @*/
		
if (!xmlHttp2 && typeof XMLHttpRequest != 'undefined') {
      xmlHttp2 = new XMLHttpRequest();
   };



xmlHttp2.open("GET", "/rss/sfw.php", true);
xmlHttp2.onreadystatechange=updatePageSfw;
xmlHttp2.send(null);		 


function updatePageSfw() {
  if (xmlHttp2.readyState == 4) {
     var response = xmlHttp2.responseText;
     document.getElementById("sfw").innerHTML = response;
  };
};




var xmlHttp3 = false;
/*@cc_on @*/
/*@if (@_jscript_version >= 5)
try {
  xmlHttp3 = new ActiveXObject("Msxml2.XMLHTTP");
  } catch (e) {
    try {
        xmlHttp3 = new ActiveXObject("Microsoft.XMLHTTP");
     } catch (e2) {
          xmlHttp3 = false;
       }
		}
@end @*/
		
if (!xmlHttp3 && typeof XMLHttpRequest != 'undefined') {
      xmlHttp3 = new XMLHttpRequest();
   };



xmlHttp3.open("GET", "/rss/vport.php", true);
xmlHttp3.onreadystatechange=updatePageHire7;
xmlHttp3.send(null);		 


function updatePageHire7() {
  if (xmlHttp3.readyState == 4) {
     var response = xmlHttp3.responseText;
     document.getElementById("hire").innerHTML = response;
  };
};



var xmlHttp4 = false;
/*@cc_on @*/
/*@if (@_jscript_version >= 5)
try {
  xmlHttp4 = new ActiveXObject("Msxml2.XMLHTTP");
  } catch (e) {
    try {
        xmlHttp4 = new ActiveXObject("Microsoft.XMLHTTP");
     } catch (e2) {
          xmlHttp4 = false;
       }
		}
@end @*/
		
if (!xmlHttp4 && typeof XMLHttpRequest != 'undefined') {
      xmlHttp4 = new XMLHttpRequest();
   };



xmlHttp4.open("GET", "/rss/dobi.php", true);
xmlHttp4.onreadystatechange=updateDobi;
xmlHttp4.send(null);		 


function updateDobi() {
  if (xmlHttp4.readyState == 4) {
     var response = xmlHttp4.responseText;
     document.getElementById("dobi").innerHTML = response;
  };
};






