Thanks to dac-xp for this code candy
/*
* random number for the shitty InternetExplorer to f*ck
* their caching-system. I hope the programmers of the IE
* caching for ajax requests will die a terrible death.
*/
var requestid = Math.random() * (9999999999-0+1);
Programming language: JavaScript