[quote=palm3]hmmmm guys is tiz code workin? i tried viewin it ie frm another profile n the box doesnt appear.. tried in ff,only the box outline appears along wit the google ads. pls help

[/quote]
this code is working..
and i think it only works for ff only..
edit your tracker.js if you want to appear it on IE..
**look for this code(the bolded part)..

[quote][b]if (!attachOnLoadHandler(function(){onProfileLoad()})) window.onload = function(){onProfileLoad()};[/b]
TRACKER.init();[/quote]
**to this one..
[quote][b]setTimeout("onProfileLoad()",4000);[/b]
TRACKER.init();[/quote]