its not random, but its unique* per user, and it works for the "**** cached ajax response" and similar issues:
Code:
var link = "_ttp://adfarm.mediaplex.com/ad/bn/0-0-0-0?mpt=" + (new Date).getTime();
* - its current time in milliseconds, if you will need more randomness, add Math.random() to that, but in 99.9% cases you wont.
|