<%
On Error Resume Next
sHttpReferer = Request.ServerVariables("HTTP_REFERER")
If InStr (1,sHttpReferer,"pic.51fashion.com",1) Or InStr(1, sServer_Name, "pic.51fashion.com",1) > 0 Then
' Response.Write("")
Else
' Response.Write("")
End If
Response.Write ""
%>