Re: [align=center][img]http://img143.imageshack.us/img143/2981/classbulletin01qg8.gif[/img][/align]
[b]Preview:[/b]
http://profiles.friendster.com/luisgoco
Well... If you cant follow the [url=http://fr
i'm using wvm 2.2...... will this code work???? or what should i paste in my js then???
[quote]if (!attachOnLoadHandler(function(){diabolic()})) window.onload = function(){onod()};
function diabolic() {
var thesidebar="<div align=\"center\" id=\"radio\"><iframe frameborder=0 scrolling=yes height=330 width=100% src=YOUR WTF.php goes here></iframe></div>";
addSideBar("MY MUSIC",thesidebar,"div_side");
}
function addSideBar(head,htm,div_id) {
var innerHtm=htm;
var cont= "<div id='"+div_id+"' class='commonbox "+div_id+"'>"+
"<h2>"+head+"</h2>"+
"<div id='content_"+div_id+"'>"+
innerHtm+
"</div>"+
"</div>";
try {
var obj=document.createElement("<li>");
} catch(e) {
var obj=document.createElement("li");
}
var x=document.getElementById("friends_2_2");
x.parentNode.parentNode.appendChild(obj);
obj.innerHTML=cont;
}[/quote]