include($_SERVER["DOCUMENT_ROOT"]."/connect.inc.php");
// these are for the breadcrumb trail
$maintitle="Site Credits";
$main="credits";
$sub1="";
// end of breadcrumb trail vars
$title="Bialik Hebrew Day School - $maintitle";
$menus=true; // this is for the dynamic menus
$footer_links=true; // this is for the footer links
include($_SERVER["DOCUMENT_ROOT"]."/header.html");
include($_SERVER["DOCUMENT_ROOT"]."/leftnav.html");
?>
// ******************************
// breadcrumb trail function here
// breadcrumb($maintitle,$main,$sub1,$screen,$section);
// end breadcrumb trail function
// ******************************
?>
// ********************************************************
// RIGHT SIDE IMAGES IN HERE, WITH QUOTES
//
$pagecopy="site credits";
include($_SERVER["DOCUMENT_ROOT"]."/libs/right_side_images.inc.php");
//
// END OF RIGHT SIDE IMAGES AND QUOTES
// ********************************************************
?>
include($_SERVER["DOCUMENT_ROOT"]."/footer2.html");
?>