//isGestorWeb=(window.location.href).indexOf("/gestor_web/")!=-1;
//if(isGestorWeb) document.write('<base href="http://produccionc.intrayell.com/gestor_web/">');
//else document.write('<base href="http://produccionc.intrayell.com/tpiprod/">');
//document.write('<base href="http://localhost/WWW/skin/">');
var DOMINIO_ESTATICO = '';
var DOMINIO_DINAMICO = '';
var BASE_PATH_URL = '/';
//var YELL_SERVICES_DOMAIN = "http://www2pru.qa.intrayell.com";
var YELL_SERVICES_DOMAIN = "http://www2.paginasamarillas.es";
var IS_EDIT_MODE = ((window.location.href).indexOf('edit_mode') != -1);

if ((window.location.href).indexOf("paginasamarillas.es")!=-1) {
	//DOMINIO_DINAMICO = 'http://sitebuilder.intrayell.com';
	DOMINIO_DINAMICO = 'http://sitebuilder.paginasamarillas.es';
	DOMINIO_ESTATICO = (IS_EDIT_MODE) ? DOMINIO_DINAMICO + '/sites' : 'http://www2.paginasamarillas.es/sites';

} else if ((window.location.href).indexOf("intrayell.com")!=-1) {
	DOMINIO_DINAMICO = 'http://sitebuilder.intrayell.com';
	DOMINIO_ESTATICO = (IS_EDIT_MODE) ? DOMINIO_DINAMICO + '/sites' : 'http://www2.paginasamarillas.es/sites';
}

document.write('<base href="' + DOMINIO_ESTATICO + '/">');
