function getLocalHostPath(){var a=window.document.location.href,c=window.document.location.pathname,d=a.indexOf(c),b=a.substring(0,d);return b}function getQueryString(e){var a=location.href,d=a.substring(a.indexOf("?")+1,a.length).split(/[&#]/),c={};for(i=0;j=d[i];i++)c[j.substring(0,j.indexOf("=")).toLowerCase()]=j.substring(j.indexOf("=")+1,j.length);var b=c[e.toLowerCase()];return typeof b=="undefined"?"":b}
