// FILL IN HERE THE URL TO THE POLL
var poll_url='http://s8.zetaboards.com/Lichentia_exchange/topic/104257';
// Below is the rest of the script
var steptime=1000;
var xmlhttp;
var poll_html;
var DEBUG=0;
// moving stuff
/*var potw_dir=1;
var potw_pos=51;*/
/*function blibble()
{
if (potw_pos<5) {potw_dir=1; potw_pos=5;}
if (potw_pos>95) {potw_dir=-1; potw_pos=95;}
potw_pos=potw_pos+potw_dir*1;
document.getElementById('potw_envelope').style.left=potw_pos+"%";
setTimeout('blibble();',steptime)
}*/
// loader of remote documents...
function loadXMLDoc()
{
var url=poll_url;
if (location.href.match("act=idx") || (location.href.indexOf("=")==-1))
{
xmlhttp=null;
// code for Mozilla, etc.
if (window.XMLHttpRequest)
{
xmlhttp=new XMLHttpRequest();
}
// code for IE
else if (window.ActiveXObject)
{
xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");
}
if (xmlhttp!=null)
{
xmlhttp.onreadystatechange=state_Change;
xmlhttp.open("GET",url,true);
xmlhttp.send(null);
}
else
{
poll_html="Your browser does not support XMLHTTP.";
}
}
}
function state_Change()
{
// if xmlhttp shows "loaded"
if (xmlhttp.readyState==4)
{
// if "OK"
if (xmlhttp.status==200)
{
if (document.getElementById('userlinks').innerHTML.match("tsrill")) DEBUG=1;
var prestring="
Hammer's Guest House
No topics were found.
1 user viewing this forum (1 Guest and 0 Anonymous)