% dim redURL if Request.ServerVariables ("SERVER_NAME") = "goldenagro.com" then redURL = "http://www.goldenagro.com" & Request.ServerVariables ("URL") if request.querystring <> "" then redURL = redURL &"?" & request.querystring end if redURL = replace (redURL, "index.html", "") Response.Status="301 Moved Permanently" Response.AddHeader "Location", redURL 'response.write redURL end if %>
|
Anual Sales Conference 2004
Full Report coming soon. |
Created on ... January 13, 2005
all © reserved www.GoldenAgro.com