---------------------------
<%@ Language="VBScript" %>
<%
' ASP permanent URL redirect -
Response.Status="301 Moved Permanently"
Response.AddHeader "Location", "https://www.emagcloud.com/Swatkins/Main_Catalogue/page_1.html"
Response.End
%>
----------------------------
-------------------------------