%@ LANGUAGE = VBScript %> <% 'Ensure that this page is not cached. Response.Expires = 0 ' get parameters dim info info = Request.QueryString("info") If (info="") Then info=0 End if %>