setTimeout(function() { ... setTimeout(function() { ... }, Math.random() 1000); }, Math.random() 1000);
// winning!