var documentroot;
var countryapp;
var apppath;
function getConf(){
	// Everything with trailing slash!
	this.documentroot 	= "http://caballoibero.com/";
	this.apppath 		= "";
}
getConf();

