[quote=bobcbar]If your WVM does not work with the new linker or switpotato new post for injecting js into css codes this is what I did.
I am using switpotato's posted method for loading my codes but what I changed inside the tracker.txt code was the line of code right above the tracker.int.
Find this line of code replace the bold:
[quote][b]if (!attachOnLoadHandler(function(){onProfileLoad()})) window.onload = function(){onProfileLoad()[/b]};
TRACKER.init();[/quote]
So it reads like this:
[quote][b]setTimeout("onProfileLoad()",4000);[/b]
TRACKER.init();[/quote]
[/quote]
>>Thanks for the information my friend...