Description of Declare all your variables at the top of your ASP page :
This ASP guide provides more information on declaring variables on ASP applications. It instructs you that if variables are given all over the ASP page, it would cause problem. And suggests you to declare the variables either at the top or end of the ASP page which can be used all over that page and cause no confusion while reading the source code.