% theme = Request.Cookies("theme") IF theme = "" THEN theme="bg-theme1" END IF ' Get error code from query string Dim errorCode, errorMessage errorCode = Request.QueryString("code") If errorCode = "" Then errorCode = "GENERAL_ERROR" End If ' Get user-friendly error message errorMessage = GetErrorMessage(errorCode) %>