<? 
	$FILE_ROOT = "/afs/andrew.cmu.edu/usr/burakoz/www/icomm";
	$URL_ROOT = "http://www.contrib.andrew.cmu.edu/~burakoz/icomm";

	$intent_start_time = strtotime("2008-01-01");
	$intent_end_time = strtotime("2008-02-01");
	$abstract_start_time = strtotime("2008-01-01");
	$abstract_end_time = strtotime("2008-02-01");
	$manuscript_start_time = strtotime("2008-01-01");
	$manuscript_end_time = strtotime("2008-02-01");

	require_once("$FILE_ROOT/includes/functions/form_validation.php");
	require_once("$FILE_ROOT/includes/functions/random_string.php");
	require_once("$FILE_ROOT/includes/functions/process_upload.php");
	require_once("$FILE_ROOT/includes/db.class.php");

	function initdb()
	{
		$base = "mie_icomm";
		$server = "pion.club.cc.cmu.edu";
		$user = "mie_icomm";
		$pass = "Mai6thei";
		$db = new DB($base, $server, $user, $pass);
		return $db;
	}
?>
