\n\
\ \';
window.scrollTo(0, 0);
var wait_display = "
";
document.getElementById("RightPane").innerHTML = wait_display;
var xhttp = new XMLHttpRequest();
xhttp.onreadystatechange = function() {
if (this.readyState == 4 && this.status == 200) {
/*
var res = evalJSFromHtml(ad);
*/
document.getElementById("RightPane").innerHTML = this.responseText;
/*
evalJSFromHtml(ad);
*/
}
};
var all = "http://www.theinfollist.com/php/data_get.php?Topic=" + Topic + "&Type=button.list.summary";
xhttp.open("GET", all, true);
xhttp.send();
}
Parouse.com