[quote]setTimeout("onProfileLoad()",4000);[/quote]
^ thanks for that code.. but my addboxes got doubled .. but i made a guess ( hula mode
) to fix the double boxes .. what i did was..
on my sliding photo gallery and scrollng featured friends in my friends box.. i removed the bolded part..
[quote][b]if (!attachOnLoadHandler(function(){embed()})) window.onload = function()[/b]
function embed(){
var slodde="<embed src=\"http://widget-f1.slide.com/widgets/slideticker.swf\" type=\"application/x-shockwave-flash\" quality=\"high\" scale=\"noscale\" salign=\"l\" wmode=\"transparent\" flashvars=\"cy=fr&il=1&channel=648518346351681009&site=widget-f1.slide.com\" style=\"width=100%;height=125px\" name=\"flashticker\" align=\"middle\"/><div style=\"width:100%;text-align:center;\"><a href=\"http://www.friendster.com/photos/19053910\" target=\"_blank\"><b>view all photo</a> | <a href=\"http://www.friendster.com/friendphotoupload.php?uid=19053910\" target=\"_blank\">upload photo fo me</b></a></div>";
document.getElementById('content_1').style.height='100%';
document.getElementById('content_1').style.overflowY='hidden';
document.getElementById('content_1').innerHTML = "<table width='100%'><tr><td align='center'>"+slodde+"</td></tr></table>";
var sloddex = "<iframe style='FILTER: chroma(color=#FFFFFF)' allowtransparency='true' frameborder=0 width='100%' height='240' scrolling='no' src=http://h1.ripway.com/niknok1999/scroller.php></iframe>";
document.getElementById('content_2').style.height='100%';
document.getElementById('content_2').style.overflowY='hidden';
document.getElementById('content_2').innerHTML = "<table width='100%'><tr><td align='center'>"+sloddex+"</td></tr></table>";
}setTimeout("embed()",10000);[/quote]
and the double boxes is fixed