/************************
Online/Offline Members
Made By Chireru
of Hellfire Studios/TheCodingZone
************************/
loca = location.href.split("?")[0];
if(location.href.match(/showuser=/i)){
document.write("");
$.get(loca+"?act=idx&chirerumakethanajaxshitteh",function(html){
document.getElementById("ajaxshit").innerHTML=html;
a = document.getElementById("profilename");
b = a.innerHTML;
c = document.getElementById("ajaxshit").getElementsByTagName("div");
for(h=0;hOnline";
}else{
a.innerHTML+=" · Offline";
}
}}
});
}
if(location.href.match(/showtopic=/i)){
document.write("");
$.get(loca+"?act=idx&chirerumakethanajaxshitteh",function(html){
a = document.getElementsByTagName("span");
for(i=0;iOnline";
}else{
d.innerHTML+=" · Offline";
}}}
}}
});
}