% On Error Resume Next
'*** If this page is not displayed properly, change the include statement to:
'***
'*** Note: The path should be relevant to the root of your site.
%>
<%
If Err.Number <> 0 then
%>
Your Server does not support a [parent-path] statement. Open
advert/left_long.asp and advert/right_long.asp
pages and change the: <!--#include file="../config/unique.asp"--> to:
<!--#include virtual ="/config/unique.asp"--> Note: If your classified is installed
in a folder then append appropriate folder name to the path. For instance:
<!--#include virtual ="rc/config/unique.asp"-->
<%
Response.End
End If
On Error Goto 0
dstyle = request("style")
css = replace(dstyle, ".css", "")
Table_Width = Application("advert" & strUnique)(22)
%>