/** * env variable By wch3116 * 02/17/2009 */ /*** begin ***/ var $host = 'mc.gxlawyer.org.cn'; var $basePath = 'http://mc.gxlawyer.org.cn:80'; 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 = '5bca3216-e3db-4c55-a8bc-cf4aac1f2f69'; /*** end ***/