%@LANGUAGE="VBSCRIPT"%>
<%
'=====================================================
'| |
'| RequestReleasePackages.asp |
'| |
'=====================================================
%>
<%
Option explicit
' Good idea to set when using redirect
Response.Expires = 0 ' always load the page, dont store
%>
<%
'------------ Variable Definition -------------
Dim rsTemp
Dim BaseId
'------------ Constants Declaration -----------
'------------ Variable Init -------------------
'----------------------------------------------
%>
<%
'------------------------ MAIN LINE ---------------------------------
%>
<%
Call Destroy_All_Objects
%>