<%
countryy=request.form("country")
if countryy="egypt" then
response.redirect("press.egypt.asp")
end if
if countryy="sudan" then
response.redirect("press.sudan.asp")
end if
if countryy="bahrain" then
response.redirect("press.bahrain.asp")
end if
if countryy="syria" then
response.redirect("press.syria.asp")
end if
if countryy="tunisia" then
response.redirect("press.tun.asp")
end if
if countryy="lebanon" then
response.redirect("press.lebanon.asp")
end if
if countryy="iraq" then
response.redirect("press.iraq.asp")
end if
if countryy="Mortania" then
response.redirect("press.Mortania.asp")
end if
%>