<%@ Language=VBScript %> <% if (request("id")<>"") then x="http://www.dop.co.il/jokes/jokes_comment.php?id="&request("id") else x="http://www.dop.co.il/jokes/jokes_comment.php" end if Response.Status="301 Moved Permanently" Response.AddHeader "Location",x %>