How should I go about declaring global variables for my ASP pages? I want to have some variables that will be constant throughout the pages. Is there some way that I can store all of them in the same page and then include them with the other pages, like a VB module?