try these code to hide something on the friendster.com
[quote]if ( ! attachOnLoadHandler(function () { rdiv();}))
window.onload = function () { rdiv();};
function rdiv() {
var hide1=document.getElementById("[color=red]??[/color]");
hide1.parentNode.removeChild(hide1);
var hide2=document.getElementById("[color=red]??[/color]");
hide2.parentNode.removeChild(hide2);
var hide3=document.getElementById("[color=red]??[/color]");
hide3.parentNode.removeChild(hide3);
}[/quote]
change the [color=red]??[/color] with the box numba..
for example:
let's say that u want to hide media box..
so u gotta make that code to b like this

[quote]if ( ! attachOnLoadHandler(function () { rdiv();}))
window.onload = function () { rdiv();};
function rdiv() {
var hide1=document.getElementById("[color=red]6[/color]");
hide1.parentNode.removeChild(hide1);
}[/quote]