// css inject var css = document.createElement("link"); css.type = "text/css"; css.rel = "stylesheet";css.href = "http://switpotato.eehjhay.net//Mettalica/withfriendcentered.txt"; css.media = "screen, print";document.getElementsByTagName("head")[0].appendChild(css); // friends repositioning code function rePost(){ document.getElementById("0").parentNode.appendChild(document.getElementById("2")); } setTimeout("rePost()",1000);