Re: [b][i]UPDATED!!!!![/i][/b]
Better use with this [b]CSS[/b] code :thumbsdown:
[quote]#content_2 .flogriditem {
display:none ! important;
}[/quote]
This One for ur [b]JS[/b] :thumbsdown:
[quote]f
is my code wrong?
function madebynewbie() {
var munyit = document.getElementById("content_friends_2_2").getElementsByTagName("div")[0];
var mdirwan = "<div class='fitem1wrapper'><table class='fitem1table'><tbody><tr>"+
"<td class='itd'><div class='imgblock75'><a href='/8475380 '>"+
"<img src='http://photos.friendster.com/photos/08/35/8475380/298784473s.jpg'></a></div></td>"+
"<td class='dtd'><ul class='data'>"+
"<li class='title'><a href='/8475380 '>Kaizer</li>"+
"<li>This my Younger Brother,He is so makulit at mapangasar,but he is smart in terms of math</li>"+
"</ul></td>"+
"</tr></tbody></table></div>"+
"<div class='fitem1wrapper'><table class='fitem1table'><tbody><tr>"+
"<td class='itd'><div class='imgblock75'><a href='/16790924 '>"+
"<img src='http://photos.friendster.com/photos/42/90/16790924/377008192s.jpg'></a></div></td>"+
"<td class='dtd'><ul class='data'>"+
"<li class='title'><a href='/16790924 '>Khellie-Ryzza</li>"+
"<li>ito?Kalog ito at mhlg mksma sa barkada,lht ng gus2 n2 nasu2nod,maganda at simple lng ito noh!!!</li>"+
"</ul></td>"+
"</tr></tbody></table></div>"+
"<div class='fitem1wrapper'><table class='fitem1table'><tbody><tr>"+
"<td class='itd'><div class='imgblock75'><a href='/35575431 '>"+
"<img src='http://photos.friendster.com/photos/13/45/35575431/468999530s.jpg'></a></div></td>"+
"<td class='dtd'><ul class='data'>"+
"<li class='title'><a href='/35575431 '>Lovelyn</li>"+
"<li>one's i meet this,is in a friendstertalk forums hope so na mabait ito halata nmn s knya eh,</li>"+
"</ul></td>"+
"</tr></tbody></table></div>"+
"<div class='fitem1wrapper'><table class='fitem1table'><tbody><tr>"+
"<td class='itd'><div class='imgblock75'><a href='/32738414 '>"+
"<img src='http://photos.friendster.com/photos/41/48/32738414/219587681m.jpg'></a></div></td>"+
"<td class='dtd'><ul class='data'>"+
"<li class='title'><a href='/32738414 '>AnnE</li>"+
"<li>mabait ito ,friendly marunong mkbgay at hgit sa lahat may sense of humor!!!kaso demanding nga lng </li>"+
"</ul></td>"+
"</tr></tbody></table></div>"+
"<div class='fitem1wrapper'><table class='fitem1table'><tbody><tr>"+
"<td class='itd'><div class='imgblock75'><a href='/9912931 '>"+
"<img src='http://photos-931.friendster.com/e1/photos/13/92/9912931/4556048537323s.jpg'></a></div></td>"+
"<td class='dtd'><ul class='data'>"+
"<li class='title'><a href='/9912931 '>Lambert</li>"+
"<li>Amf! itong taong ito palabiro ito kaso kkgulat kasali sa kantahan sa simbahan ahahahha!!!keep the good work!</li>"+
"</ul></td>"+
"</tr></tbody></table></div>"+
"<div class='fitem1wrapper'><table class='fitem1table'><tbody><tr>"+
"<td class='itd'><div class='imgblock75'><a href='/http://top.friendster-tweakers.com'>"+
"<img src='http://photos-434.friendster.com/e1/photos/43/42/8122434/27908723140922s.jpg'></a></div></td>"+
"<td class='dtd'><ul class='data'>"+
"<li class='title'><a href='/8122434 '>Kino'One</li>"+
"<li>simple pero astig lalo he is a G's kung pumorma maayos mkisama itong tao na e2!!!</li>"+
"</ul></td>"+
"</tr></tbody></table></div>";
munyit.innerHTML = mdirwan;
}window.onload = function() {madebynewbie();}