<?
        $path=str_replace("location2.php3", "location.php", $_SERVER['REQUEST_URI'], $count);
        $path=str_replace("location2.php", "location.php", $_SERVER['REQUEST_URI'], $count);
        header("HTTP/1.1 301 Moved Permanently");
        header("Location: http://times.clari.net.au".$path);
        exit();
?>
