[quote=john_619619][quote]function onProfileLoad() {
//existing codes here
[b]Ffetcher.init();[/b]
}[/quote]
what should i paste at the bold letter?
kindly give me some examples?

[/quote]
Maybe i can show you where exactly to put the bold letter. I spent 4 to 5 days just to figure this out. Finally i made it! As you can se below, you gotta paste it right after the addBox function before the "}"
function onProfileLoad() {
//chatbox, player, etc... here
addBox("RIGHT",pageOwnerFName+"'s Visitors",TRACKER.div.innerHTML,"tracker",null);
[b]Ffetcher.init();[/b]
}
//friends randomizer code here
.
.
.
//tracker code