<?
if (eregi('MSIE',$_SERVER['HTTP_USER_AGENT'])) 
{
header("Location: uyari.html");
}
?>