23,52d22 < var cpost = ""; < < function getSws(evt) { < var ourid="0", oids, oidss; < cpost = ""; < if (evt.target.id) { < ourid=evt.target.id; < cpost=document.getElementById(ourid).value; < } else if (evt.id) { < ourid=evt.id; < cpost=document.getElementById(ourid).value; < } < if (cpost.indexOf("?p=") != -1 && cpost.indexOf("/wordpress") != -1) { < oids=cpost.split("?p="); < oidss=oids[1].split("&"); < bpost = eval(oidss[0]); < cpost=""; < } else { < bpost = 99999; < } < if ((wisiPad || wisTouch)) { < if (mtimer) clearInterval(mtimer); < tickcnt = 0; < mtimer = setInterval(mchecker, 1000); < } else { < setTimeout(xget, 8000); < } < } < < 767d736 < cpost = ""; 772d740 < cpost = ""; 837,839d804 < if (cpost != "") { < zhr.open("GET", cpost, true); < } else { 841d805 < }