require_once("../../system/lang/language.php"); ?>
  //Gather user input
	$teacher_name = $_REQUEST["txt_teacher_name"];
	$school = $_REQUEST["txt_school"];
                $sch_board = $_REQUEST["txt_sch_board"];	
	$ck_charity = $_REQUEST["ck_charity"];
?>
	Student Stock Exchange - School Registration
	
	 $page_type = 0; //Type 0 = main_site; Type 1 = team login ?>
	 include("../../system/templates/ssx_1_css.php"); ?>
	 include("../../system/templates/ssx_2_js.php"); ?>
	
	
	 include("../../system/templates/ssx_4_tickertape.php"); ?>
	 include("../../system/menus/main_menu.php"); ?>