Web Server Long Waits

Great! Its working! And when I add Randomize to URL - its stop to waiting!!! Problem done!

Thanks!!!

And small question:

    e.print("<a href='?JvcVolUp&");
      e.print(random(9999));
      e.print("'>Volume Up</a>");

I insert int into text with different string (e.print), can I do it in one, like:
e.print("Volume Up"); // ???