function clearLogin(a){if(a.defaultValue==a.value){a.value=""}}function returnLogin(a){if(a.value==""){a.value=a.defaultValue}}function getBaseURL(){var a=location.href;var b=a.substring(0,a.indexOf("/",14));if(b.indexOf("http://localhost")!=-1){var a=location.href;var c=location.pathname;var f=a.indexOf(c);var e=a.indexOf("/",f+1);var d=a.substr(0,e);return d+"/"}else{return b+"/"}};
