I have 2 forums running in 2 different folders. When trying to close one forum down, the other forum will also be closed. Reason being, both forums access the same application variable that close the forum.
The fix is to replace all instances of:Application("down")
with:Application(strCookieURL & "down")