<%
If Request.ServerVariables("HTTP_HOST") = "www.wsf2011.org" Or Request.ServerVariables("HTTP_HOST") = "fsm2011.org" Then
Response.Redirect("http://" & Request.ServerVariables("HTTP_HOST") & "africansocialforum.org/français/fsm/fsm2011/default.html")
End If
%>