function direccion() { 
	m = new RegExp('caloxa.com') 
	return (m.test(this.location)) ? 'http://212.25.133.1:8001/' : 'http://caloxa/';
}