Are some variables automatically released from memory when using vbscript? For example, is a procedure-level string variable released automatically when the procedure ends? What if it's a page-wide variable? Are all variables that are not global application variables automatically released from memory when the user leaves the page?