/** * env variable By wch3116 * 02/17/2009 */ /*** begin ***/ var $host = 'oa.lawyers.org.cn'; var $basePath = 'https://oa.lawyers.org.cn:443'; var $ctx = ''; var url = window.location.href; var iolh = url.indexOf($ctx + '/!'); if (iolh != -1) { var url = url.substring(iolh + 1); url = url.split('/')[0]; $ctx = $ctx + '/' + url; } url = iolh = void(0); var $csrftoken = '0ff93fb1-8291-427c-a4d1-699ca77b42f2'; /*** end ***/