require_once("rack_functions.php");
global $auth;
$auth = authenticate_session($session_id, $session_pass, $scientist_id);
global $imurl;
$imurl="http://www.doe-mbi.ucla.edu/cgi-bin/TB/info.cgi?" . $auth;
echo "\n
";
if (allowed_rack_users($scientist_id) == False)
die("You are not authorized to edit this page");
?>