JSLint (with the onevar flag turned on) is flagging some javascript code that I have with the following:
Problem at line 5 character 15: Too many var statements.>
Just declare your vars in one place like this:
var request,x,y;