I do alot of date oriented stuff, so I wrote a script to generate a dropdown list of dates; it shows the last 52 Sundays. I used an array to store all of this info, then put it into the dropdown. I use this script as an #INCLUDE wherever I need a dropdown of Sundays. Now I need the user to choose 2 Sundays, and I can't #include the script twice because of the two DIMs for declaring the array. I tried doing a Sundays()=nothing between the two #include calls, but that didn't work. How can I get around this?