Thursday, June 02, 2016

Try this repeatedly in your browser console...

var party = Math.random(), country = Math.random(), what = (party >= country ? 64783292855 : 2569542479746150); 'party=' + party + ' country = ' + country + ' party/county = ' + what.toString(36);

No comments: