function getHost(del){
if(typeof(del)=='undefined'){del='\/';}
var host=location.href;
if(host.substring(0,7) == 'http:\/\/'){host=host.substring(7);}
var pos=host.indexOf(del);
if(pos>-1){host=host.substring(0,pos);}
return host;}
function isProd(host){return(typeof(host)=='undefined'||host==null||host.substring(0,3)!='10.')}
e0h=getHost();



