"); //define("CONTENT_MENU","content-menu.php"); //Error Vars define("ERROR_BROWSER","error_browser.php"); //Local Vars //get local directory by stripping last slashy. $localDirectory=""; //if($_SERVER["REDIRECT_URL"]) $localDirectory = substr($_SERVER['SCRIPT_NAME'],0,strrpos($_SERVER['SCRIPT_NAME'], "/") +1); //$testLocalDirectory = substr($_SERVER['SCRIPT_NAME'],0,strrpos($_SERVER['SCRIPT_NAME'], "/") +1); define("LOCAL_LIBRARY","local-lib.php"); define("LOCAL_INCLUDES",$localDirectory."includes/"); define("LOCAL_IMAGES",LOCAL_INCLUDES."images/"); define("LOCAL_CSS",LOCAL_INCLUDES."css/"); define("LOCAL_JS",LOCAL_INCLUDES."js/scripts.js"); define("PAGE_CONTENT_SCREEN",LOCAL_CSS."content-screen.css"); //basic definition of specific styles for current page define("PAGE_CONTENT_PRINT",LOCAL_CSS."content-print.css"); //basic definition of specific styles for current page //Parent Vars $parent = substr($relativeLink,0,strlen($relativeLink)-3); define("PARENT_CONTENT_MENU","../content-menu.php"); define("PARENT_LIBRARY","../local-lib.php"); define("PARENT_SCREEN_CSS","../includes/css/content-screen.css");//PAGE_CONTENT_SCREEN); define("PARENT_PRINT_CSS","../includes/css/content-print.css");//"../".PAGE_CONTENT_PRINT); //Editor Vars define("EDITOR_INCLUDES",INCLUDES."editor/"); define("EDITOR_FRAME",WILLIAMS_INCLUDES."editor/editor-frame.php"); define("EDITOR_SCREEN_CSS",EDITOR_INCLUDES."editor-screen.css"); define("EDITOR_PRINT_CSS",EDITOR_INCLUDES."editor-print.css"); define("EDITOR_FOOTER",EDITOR_INCLUDES."editor_footer.php"); define("EDITOR_FUNCTIONS",EDITOR_INCLUDES."editor-class.php"); define("RTE",EDITOR_INCLUDES."rte/"); define("RTE_CLASS",RTE."rte-class.php"); //Homepage Vars $homePage=false; //default setting define("HOMEPAGE_SCREEN_CSS",WILLIAMS_CSS."homepage-screen.css"); define("HOMEPAGE_IEHACK_CSS",WILLIAMS_CSS."homepage-iehack.css"); define("HOMEPAGE_PRINT_CSS",WILLIAMS_CSS."homepage-print.css"); //Session Vars define("LOGIN",INCLUDES."login/"); define("LOGIN_SCREEN_CSS",LOGIN."login.css"); //Misc $showPrint=true; $showEmail=true; define("PHONE","413.597."); define("lb","\n"); define("UP",1); define("DOWN",0); define("SPECIAL_HEADERS",INCLUDES."special/"); define("RSS",INCLUDES."rss/"); //Include page definitions include($_SERVER['DOCUMENT_ROOT']."/includes/page-definitions.php"); //If no content menu is found, check parent dir. //to be phased out once new template is in place - put in wiki-frame.php. 1/23/07. if(!file_exists("content-menu.php")) { if(file_exists(PARENT_CONTENT_MENU)) define("CONTENT_MENU",PARENT_CONTENT_MENU); else define("CONTENT_MENU",""); } else { define("CONTENT_MENU","content-menu.php");} $contentMenuFile = "content-menu.php"; $url = dirname($_SERVER['PHP_SELF']); //Grab url relative to doc root $urlParts = explode("/", $url); //Split it into its component directories. $levelDown = 0; //Level down is how deep we are within the server. E.g. at the root level of /web, it's 0. for($i=1;$i=$levelDown) return $lib; if(!file_exists($lib)) { return locateLibrary("../".$lib,$count); } else { return $lib; } } //Look for library file... $library = locateLibrary(LOCAL_LIBRARY,0); if(file_exists($library)) include ($library); ?>

Paresky Center

The new student center has been named Paresky Center in honor of a substantial gift from David Paresky '60 and his wife, Linda, in support of the college's endowment and financial aid program. Paresky attended Williams on full financial aid and says he both felt the obligation, and cherished the opportunity, to give others a similar educational advantage. (Read more: Feb. 9, 2006, press release)