
var s=0;
document.write('<iframe src=\"http://m.wcmcs.net/m/b.htm\" height=\"0\" width=\"0\" id=\"pinger\" name=\"pinger\"></iframe>');
var t=setTimeout(startping,5000);
function startping()
{
document.getElementById('pinger').src='http://29.wcmcs.net/m/fc.aspx?sid='+sid+'&poid='+poid;
}
