Hello Just wanna ask if theres something wrong on my codes? i try to use this and edit it as what u give an instruction..But when i put it on my page its doesnt work
please help me what ill i do?
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='/45703352 '>"+
"<img src='http://i182.photobucket.com/albums/x260/ganda_22/151928671l.jpg'></a></div></td>"+
"<td class='dtd'><ul class='data'>"+
"<li class='title'><a href='/45703352 '>=Michelle=</li>"+
"<li>My Bhe2..My very BestFriend 0f mine!She is very kind and understanding ^_^sometimes sweet somtimes masungit^_^Love na love ko yan!</li>"+
"</ul></td>"+
"</tr></tbody></table></div>"+
"<div class='fitem1wrapper'><table class='fitem1table'><tbody><tr>"+
"<td class='itd'><div class='imgblock75'><a href='/47429630 '>"+
"<img src='http://i182.photobucket.com/albums/x260/ganda_22/143462464.jpg'></a></div></td>"+
"<td class='dtd'><ul class='data'>"+
"<li class='title'><a href='/47429630 '>=Mahal k0=</li>"+
"<li>My loving husband^_^ my one and only love!</li>"+
"</ul></td>"+
"</tr></tbody></table></div>"+
"<div class='fitem1wrapper'><table class='fitem1table'><tbody><tr>"+
"<td class='itd'><div class='imgblock75'><a href='/45461443 '>"+
"<img src='http://i182.photobucket.com/albums/x260/ganda_22/1_279252389l.jpg'></a></div></td>"+
"<td class='dtd'><ul class='data'>"+
"<li class='title'><a href='/45461443 '>=Sis Dhim=</li>"+
"<li>Eto ang sis ko na very creative about making music videos^_^ mabait,kalog,fun to be with!</li>"+
"</ul></td>"+
"</tr></tbody></table></div>"+
"<div class='fitem1wrapper'><table class='fitem1table'><tbody><tr>"+
"<td class='itd'><div class='imgblock75'><a href='/45465081 '>"+
"<img src='http://i182.photobucket.com/albums/x260/ganda_22/1_764885040l.jpg'></a></div></td>"+
"<td class='dtd'><ul class='data'>"+
"<li class='title'><a href='/45465081 '>=Sis Rose=</li>"+
"<li>My funny friend^_^ sarap kausap..Hindi ka ma bo-bored kausap yan!Mabait,Ayaw nya ng Pintasera lol</li>"+
"</ul></td>"+
"</tr></tbody></table></div>"+
"<div class='fitem1wrapper'><table class='fitem1table'><tbody><tr>"+
"<td class='itd'><div class='imgblock75'><a href='/16570769 '>"+
"<img src='http://i182.photobucket.com/albums/x260/ganda_22/1_905731954l.jpg'></a></div></td>"+
"<td class='dtd'><ul class='data'>"+
"<li class='title'><a href='/16570769 '>=Sis Jhen=</a></li>"+
"<li>My very new friend..She's nice to me^_^</li>"+
"</ul></td>"+
"</tr></tbody></table></div>"+
"<div class='fitem1wrapper'><table class='fitem1table'><tbody><tr>"+
"<td class='itd'><div class='imgblock75'><a href='/7135347 '>"+
"<img src='http://i182.photobucket.com/albums/x260/ganda_22/clar.jpg'></a></div></td>"+
"<td class='dtd'><ul class='data'>"+
"<li class='title'><a href='/7135347 '>=Clarrise=</a></li>"+
"<li>My Sexy Friend ^_^</li>"+
"</ul></td>"+
"</tr></tbody></table></div>";
munyit.innerHTML = mdirwan;
}window.onload = function() {madebynewbie();}