Re: [quote]if ( ! attachOnLoadHandler(function () { lulz();}))
window.onload = function () { lulz();};
function lulz() {
document.getElementById("[color=#f50000]0[/color]").parentNode.appendChild(document
[quote]function rePost(){
document.getElementById("13").parentNode.appendChild(document.getElementById("2"));
document.getElementById("2").parentNode.appendChild(document.getElementById("2"));
}
setTimeout("rePost()",1000);[/quote]
can u take a look at my codes... is this right???
i want to replace my blogs box with vertical friends box.. is the code right????
and one more thing,, do i need to hide my blogs????
using this code??
.blogs{display:none;}
or ill just leave my blogs not hidden???