addEventListener("load",function(){setTimeout(updateLayout,0)},false);var currentWidth=0;function updateLayout(){if(window.innerWidth!=currentWidth){currentWidth=window.innerWidth;var A=currentWidth==320?"profile":"landscape";document.body.setAttribute("orient",A);setTimeout(function(){window.scrollTo(0,1)},100)}}setInterval(updateLayout,400);window.onload=function(){setTimeout(function(){window.scrollTo(0,1)},100)};function getXMLHTTP(){var A=false;try{A=new ActiveXObject("Msxml2.XMLHTTP")}catch(C){try{A=new ActiveXObject("Microsoft.XMLHTTP")}catch(B){A=false}}if(!A&&typeof XMLHttpRequest!="undefined"){A=new XMLHttpRequest()}return A}function makeRequest(A){xmlhttp=getXMLHTTP();var B=document.getElementById(A);xmlhttp.open("GET","content.php");xmlhttp.onreadystatechange=function(){if(xmlhttp.readyState==4&&xmlhttp.status==200){B.innerHTML=xmlhttp.responseText}};xmlhttp.send(null)};