There is a flaw to this trick and that is the friendster logo overriden by the flash slideshow
and I think I solved that flaw hehehe
try changing the location on where the slideshow will show
instead of showing the slideshow on navigation try showing the slideshow on navBg
hahah so many "show" there
[quote]function flashbanner() {
banner = "<div align=\"center\"><embed src='URL_OF_THE_SWF' wmode='transparent' quality='high' width='835px' height='251px' align='middle' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer'/></div>";
document.getElementById("[b]navBg[/b]").innerHTML= "<center><table><tr><td>"+banner+"</td></tr></table></center>";
}
window.onload=function() {
flashbanner();
}
document.write("<style>#navigation {width:835px !important;height:251px !important;align:center;background-color:transparent !important;border:none !important;display:block !important;}</style>");[/quote]