<!--#include file="config/config.asp"-->
<!--#include file="libraries.asp"-->
<!--#include file="sess.asp"-->
<%
'On Error Resume Next
If Not Sess_Array(48) = Session.SessionID then
	UpdateSessions False
	Response.Redirect "default.asp"
End If
	
	
	Server.ScriptTimeout = 10000
	Set xml = Server.CreateObject("MSXML2.ServerXMLHTTP")
    xml.Open "GET", Application("Classify_Main_Config" & strUnique)(1) & "acquire_display.asp?" & Request.Querystring, False
    xml.send
    cache_content = xml.responseBody
    Set xml = Nothing
    cache_content = Trim(cache_content)
    cache_content = Unicode(cache_content)
    contArray = Split(cache_content, "<!-- !!DO NOT REMOVE OR MODIFY THIS TAG!! -->")
    If Ubound(contArray) = 2 then 
    	cache_content_display = contArray(1)
    Else
    	cache_content_display = "Page acquire_display.asp was modified or your server does not support XML2, or you did not properly configured [Site URL] within Admin Preferences."
    End If
On Error Goto 0
UpdateSessions False
%>
<textarea rows="19" name="S1" cols="128" style="font-size: 9pt; font-family:Arial; "><%= cache_content_display %></textarea>


<p><b><a href="admin_paymentpack.asp">&lt;&lt; Back</a> </b></p>
<p>Use this code to display sale Packages list at your Main Page Center 
template. Go to <a href="admin_template.asp">Email Templates</a> page, select &quot;Main_Page_Center&quot; 
template<br>
and paste this code to the appropriate place (use no WYSIWYG mode). The code is 
static and will not be changed if you change your packages configuration.</p>
<p><b>NOTE</b>: Never Include a file or a piece of ASP code into your Page 
Content Templates. It is not going to work. <br>
Only HTML Code can be used in Templates.</p>
