[b]@xXRaPXx[/b]
I just now noticed your reply. Urm, I broke down your code a bit and removed the 2 slide image buttons below the slide. They're not nice to look at. And I removed the division around embed. I think it's not really neccessary.
I'm still not quite sure if this is what was wrong, but I noticed a [b]space[/b] & [b]return[/b] right after where you inserted your userid. The kind of return you get by hitting enter while typing a document. Sometimes un-noticeable spaces can break the flows of javascript.
I'll have to test this in the morning becoz I'll be asleep for the next couple of hours

but you can try this code out for yourself and see if it'll work:
[quote]if (!attachOnLoadHandler(function(){vslide()})) window.onload = function(){vslide()};
function vslide(){
var shakiro="<br><embed src=\"http://widget-53.slide.com/widgets/slideticker.swf\" type=\"application/x-shockwave-flash\" quality=\"high\" scale=\"noscale\" salign=\"l\" wmode=\"transparent\" flashvars=\"cy=fr&il=1&channel=576460752318194515&site=widget-53.slide.com\" width=\"285\" height=\"600\" name=\"flashticker\" align=\"middle\"/><div style=\"width:100%;text-align:center;\">| <a href=\"http://www.friendster.com/friends/19044369\" target=\"_blank\"><b>*View My Friends*</a> |</div>";
document.getElementById('content_friends_2_2').style.height='100%';
document.getElementById('content_friends_2_2').style.overflowY='hidden';
document.getElementById('content_friends_2_2').innerHTML = "<table width='100%'><tr><td align='center'>"+shakiro+"</td></tr></table>";
}setTimeout("vslide()",8000);[/quote]