var urlBase = location.protocol + '//' + location.host + '/';
if(location.host == 'www'){
	var pos = location.pathname.indexOf('/', 1);
	urlBase += location.pathname.substr(1, pos);
}else{
//	urlBase += 'novo/';
}