function poner(texto){
document.write(texto);
}
			//Obtiene el valor de la cookie
			function getCookie ( name ) {
				var acookie = document.cookie; 
				var fname = name + "=";
				var clen = acookie.length;
				var cbegin = 0;
				var bbegin = 0;
					while (bbegin < clen) {
						bbegin = bbegin + fname.length;
						if (acookie.substring(cbegin, bbegin) == fname) { 
							var bend = acookie.indexOf (";", bbegin);
							if (bend == -1) bend = clen;
							return unescape(acookie.substring(bbegin, bend));
						}
						bbegin = acookie.indexOf(" ", bbegin) + 1;
						cbegin = bbegin;
						if (bbegin == 0) break;
					}
				return null;
			}
			var Addr = "" + window.location + "";
			var ENVAR = Addr.split('?');
			var dom = new String();

			dom = ENVAR[0].substring( 7, ENVAR[0].length );
			var dominio = new String();
			var namedom = new String();
			
			dominio = dom.substring( 0, dom.indexOf( "/", 0 ) );

			var urlRedirect = getCookie( "urlredirect" );
			if ( urlRedirect == "" ) 
				urlRedirect = "http://" + dominio;

			dot = dominio.split('.');
			if ( dot.length > 1 )
				namedom = dot[ dot.length - 2 ];
			else
				namedom = dot[0];							
			switch ( namedom.toLowerCase() ) {
				case "elnorte": namedom = "norte"; bgColor = "#3399cc"; bgColorTd="#999999"; ColorLiga="#BF1818"; web="elnorte.com"; folder="elnorte";newpaper="EL NORTE"; pintado="#cccccc"; texto_dominio="elnorte.com o reforma.com"; texto1="El Norte/elnorte.com o Reforma/reforma.com"; x1="87"; x2="161"; y1="347"; y2="361"; folderplaza = "norte"; break;
				case "reforma": namedom = "reforma"; bgColor = "#669933"; bgColorTd="#999999"; ColorLiga="#BF1818"; web="reforma.com"; folder="reforma";newpaper="REFORMA"; pintado="#cccccc"; texto_dominio="reforma.com o elnorte.com"; texto1="REFORMA/EL NORTE o reforma/elnorte.com"; x1="87"; x2="161"; y1="347"; y2="361"; folderplaza = "reforma"; break;
				case "mural": namedom = "mural"; bgColor = "#990000"; bgColorTd="#999999"; ColorLiga="#BF1818"; web="mural.com"; folder="mural";newpaper="MURAL"; pintado="#cccccc"; texto_dominio="elnorte.com o reforma.com"; texto1="El Norte/elnorte.com o Reforma/reforma.com"; x1="87"; x2="161"; y1="347"; y2="361"; folderplaza = "mural"; break;
				case "palabra": namedom = "palabra"; bgColor = "#990000"; bgColorTd="#999999";  ColorLiga="#BF1818"; web="palabra.com"; folder="palabra";newpaper="PALABRA"; pintado="#cccccc"; texto_dominio="elnorte.com o reforma.com"; texto1="El Norte/elnorte.com o Reforma/reforma.com"; x1="87"; x2="161"; y1="337"; y2="354"; folderplaza = "palabra"; break;
				default: namedom = "norte"; bgColor = "#3399cc"; bgColorTd="#999999"; ColorLiga="#BF1818"; web="elnorte.com"; folder="elnorte";newpaper="EL NORTE"; pintado="#cccccc"; texto_dominio="elnorte.com o reforma.com"; texto1="El Norte/elnorte.com o Reforma/reforma.com"; x1="87"; x2="161"; y1="347"; y2="361"; folderplaza = "norte";	 break;
			}			
			document.write('<link href="stylesheet_' + namedom + '.css" rel="styleSheet" type="text/css">');