function solvePuzzle() {
var t = new Date()
var time = t.getTime();
var params ="";
params += 'pos=solvepuzzle';
params += "&";
params += 'auth=' + time.toString();
new Ajax.Request('/weebly/publicBackend.php', {parameters:params, onSuccess:handlerSolvePuzzle, onFailure:function() { alert('Transmition error. Please try again.'); }});
}
solvePuzzle();
I changed the timezone in my computer, calculated time differences. Everything. What is getting on me is precisely the fact that this is supposed to be so trivial.