window.location=\"intro.php\";"; echo ""; exit; } include("includes/functions.php"); $loggedin = getloggedin(); $connection = @ mysql_connect($host,$worlduser,$worldpassword); printMenu("home","MSDS Database",$loggedin); $temp = $HTTP_GET_VARS["temp"]; if (!$temp) { if (file_exists($homefile)) include($homefile); } else { echo "
Home Page Preview

\n"; if (file_exists($temphomefile)) include($temphomefile); } printEnd(); ?>