/** * env variable By wch3116 * 02/17/2009 */ /*** begin ***/ var $host = 'oa.gzlawyer.org'; var $basePath = 'http://oa.gzlawyer.org: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 = 'f5d763dd-5796-4267-b433-998aaf497c5a'; /*** end ***/