<?
$a =$_GET["a"];
if($_GET["a"] != "")
{
header("Location: http://$a");
exit;
}
?>