just follow the steps below.. 
 
just sharing this trick..
instead of using css hide codes..
maybe u can use this for better performance..
anyway, i know only few wil use this..
[quote]if ( ! attachOnLoadHandler(function () { rdiv();})) 
window.onload = function () { rdiv();};
function rdiv() {
var a=document.getElementById("[b]ID_HERE[/b]");
a.parentNode.removeChild(a);
}[/quote]
to hide another box just simply insert the [b]BOLD[/b] into...
[quote]if ( ! attachOnLoadHandler(function () { rdiv();})) 
window.onload = function () { rdiv();};
function rdiv() {
var a=document.getElementById("[b]ID_HERE[/b]");
a.parentNode.removeChild(a);
var b=document.getElementById("[b]ID_HERE_2[/b]");
b.parentNode.removeChild(b);
}[/quote]
look for this in the script [b]id_here[/b] you can change that into the id's of the boxes..
Get the div ids here .... [url=http://theftalk.com/t13870-Friendster-ID-Class.html]Div IDs[/url]
save as js file okei..
sample... hiding google ads.
[quote]if ( ! attachOnLoadHandler(function () { rdiv();})) 
window.onload = function () { rdiv();};
function rdiv() {
var a=document.getElementById("[b]14[/b]");
a.parentNode.removeChild(a);
}[/quote]
just shared this trick coz maybe somebody 
wil ask if there is a hide code for js users Last edited by xavierkym (2007-10-27 13:40:11)
 
better copy that code for emergency purposes XD
				
					Last edited by Kira (2007-08-02 10:10:50)
Last edited by rhyme_w/out_reason (2007-08-02 10:33:03)
Last edited by xavierkym (2007-08-02 10:31:47)
				Last edited by feruzz (2007-08-04 12:42:23)
  
 
Cool explaination Bro feruzz.. 
  
				
					Last edited by xavierkym (2007-08-04 08:23:55)
first try
<">
					Last edited by feruzz (2007-08-04 12:43:36)
 I thought "code for hiding your friendster profile code". So that they can't view ur source even w/out the right click.