function createHttpObject () {
	
	var tipo_richiesta; 
	var browser = navigator.appName; 

	if (browser == "Microsoft Internet Explorer") { 
	
		tipo_richiesta = new ActiveXObject("Microsoft.XMLHTTP");

	} else { 

		tipo_richiesta = new XMLHttpRequest(); 
	} 

	return tipo_richiesta; 
} 


	function sameHeight_home () {

		setTimeout("setLayoutClass ()", 50);
		
		do_some_height ("primaryleft", "primaryright", "expand_left", "expand_right");
		do_some_height ("primaryleft2", "primaryright2", "expand_left2", "expand_right2");

		do_some_height_simple ("newsbig", "newslist");
	}
	
	
	function do_some_height_simple (elm1, elm2) {
		
		divnewsbig  = document.getElementById(elm1);
		divnewslist = document.getElementById(elm2);

		if (divnewsbig != null && divnewslist != null) {

			divnewsbigHeight  = divnewsbig.offsetHeight;
			divnewslistHeight = divnewslist.offsetHeight -1;
			
			if (divnewslistHeight > divnewsbigHeight) {

				if (typeof(document.body.style.maxHeight) != "undefined") {

					// IE 7, mozilla, safari, opera 9
					divnewsbig.style.minHeight = divnewslistHeight + 'px';

				} else {

					// IE6, older browsers
					divnewsbig.style.height = divnewslistHeight + 'px';
				}

			} 
		}
	}
	
	
	
	function do_some_height (elm1, elm2, resize1, resize2) {
		
		
		divprimaryleft  = document.getElementById(elm1);
		divprimaryright = document.getElementById(elm2);
		
		expandleft = document.getElementById(resize1);
		expandright = document.getElementById(resize2);

		if (divprimaryleft != null && divprimaryright != null) {

			primaryleftHeight  	= divprimaryleft.offsetHeight;
			primaryrightHeight 	= divprimaryright.offsetHeight;
			
			if (primaryleftHeight > primaryrightHeight) {
				
				if (expandright != null) {
					
					expandrightHeight 	= expandright.offsetHeight;
				
					mydiff = primaryleftHeight - primaryrightHeight;
	
					if (typeof(document.body.style.maxHeight) != "undefined") {
	
						// IE 7, mozilla, safari, opera 9
						expandright.style.minHeight = (expandrightHeight + mydiff) + 'px';
	
					} else {
	
						// IE6, older browsers
						expandright.style.height = (expandrightHeight + mydiff) + 'px';
					}
				}
			} else {
				
				if (expandleft != null) {
					
					expandleftHeight 	= expandleft.offsetHeight;
				
					mydiff = primaryrightHeight - primaryleftHeight;
					
					if (typeof(document.body.style.maxHeight) != "undefined") {
						
						// IE 7, mozilla, safari, opera 9
						expandleft.style.minHeight = (expandleftHeight + mydiff) + 'px';
	
					} else {
	
						// IE6, older browsers
						expandleft.style.height = (expandleftHeight + mydiff) + 'px';
					}
				}
			}
		}
	}
	
	
	
	function sameHeight_impresa () {

		divprimaryleft  = document.getElementById("colleft");
		divprimaryright = document.getElementById("rightcol");

		if (divprimaryleft != null && divprimaryright != null) {

			primaryleftHeight  = divprimaryleft.offsetHeight;			
			primaryrightHeight = divprimaryright.offsetHeight;
			
			if (primaryleftHeight > primaryrightHeight) {

				if (typeof(document.body.style.maxHeight) != "undefined") {

					// IE 7, mozilla, safari, opera 9
					divprimaryright.style.minHeight = primaryleftHeight + 'px';

				} else {

					// IE6, older browsers
					divprimaryright.style.height = primaryleftHeight + 'px';
				}

			} 
		}
	}
	
	
	function setLayoutClass (ntimes) {

		if (typeof(ntimes) == "undefined") {

			ntimes = 200;
		}

		if (document.getElementById("footer") == null) {

			// Ancora non disponibile. Ritento.. 
			if (ntimes >= 1) setTimeout("setLayoutClass("+(ntimes-1)+")", 50);
			return;	
		}


		// Elementi da processare
		// -> oltre a questi elementi andranno ad aggiungersi anche i box foto, forum, commenti & c
		//var layoutBox 				= document.createElement('div');
		var layoutH3				= document.createElement('div');
		var layoutMain 				= document.createElement('div');
		var layoutMultimedia 			= document.createElement('div');
		var layoutCornersRed 			= document.createElement('div');
		var layoutCornersOrange 		= document.createElement('div');
		var layoutCornersBlue 			= document.createElement('div');
		var layoutMultimediaItems		= document.createElement('div');
		var layoutMultimediaNav			= document.createElement('div');
		var layoutMultimediaNav2		= document.createElement('div');
		var layoutEspeciales			= document.createElement('div');
		
		
		//layoutBox.innerHTML 			= '<div class="up"></div><div class="dw"></div>';
		layoutH3.innerHTML 			= '<div class="sx"></div><div class="dx"></div>';
		//layoutMain.innerHTML 			= '<div id="bottomline"></div>';
		layoutMultimedia.innerHTML		= '<div style="display: block;position: absolute;top: 0px;left: 0px;width: 5px;height: 5px;line-height: 5px;overflow:hidden;background: url(\'/img/tabs.gif\') no-repeat -85px -36px;"></div><div style="display: block;position: absolute;top: 0px;right: 0px;width: 5px;height: 5px;line-height: 5px;overflow:hidden;background: url(\'/img/tabs.gif\') no-repeat -90px -36px;"></div><div style="display: block;position: absolute;bottom: 0px;right: 0px;width: 5px;height: 5px;line-height: 5px;overflow:hidden;background: url(\'/img/tabs.gif\') no-repeat -90px -40px;"></div><div style="display: block;position: absolute;bottom: 0px;left: 0px;width: 5px;height: 5px;line-height: 5px;overflow:hidden;background: url(\'/img/tabs.gif\') no-repeat -85px -40px;"></div>';
		layoutCornersRed.innerHTML		= '<div style="display: block;position: absolute;top: 0px;left: 0px;width: 4px;height: 4px;line-height: 4px;overflow:hidden;background: url(\'/img/tabs.gif\') no-repeat -80px -46px;"></div><div style="display: block;position: absolute;top: 0px;right: 0px;width: 4px;height: 4px;line-height: 4px;overflow:hidden;background: url(\'/img/tabs.gif\') no-repeat -84px -46px;"></div><div style="display: block;position: absolute;bottom: 0px;right: 0px;width: 4px;height: 4px;line-height: 4px;overflow:hidden;background: url(\'/img/tabs.gif\') no-repeat -84px -50px;"></div><div style="display: block;position: absolute;bottom: 0px;left: 0px;width: 4px;height: 4px;line-height: 4px;overflow:hidden;background: url(\'/img/tabs.gif\') no-repeat -80px -50px;"></div>';
		layoutCornersOrange.innerHTML		= '<div style="display: block;position: absolute;top: 0px;left: 0px;width: 4px;height: 4px;line-height: 4px;overflow:hidden;background: url(\'/img/tabs.gif\') no-repeat -96px -46px;"></div><div style="display: block;position: absolute;top: 0px;right: 0px;width: 4px;height: 4px;line-height: 4px;overflow:hidden;background: url(\'/img/tabs.gif\') no-repeat -100px -46px;"></div><div style="display: block;position: absolute;bottom: 0px;right: 0px;width: 4px;height: 4px;line-height: 4px;overflow:hidden;background: url(\'/img/tabs.gif\') no-repeat -100px -50px;"></div><div style="display: block;position: absolute;bottom: 0px;left: 0px;width: 4px;height: 4px;line-height: 4px;overflow:hidden;background: url(\'/img/tabs.gif\') no-repeat -96px -50px;"></div>';
		layoutCornersBlue.innerHTML		= '<div style="display: block;position: absolute;top: 0px;left: 0px;width: 4px;height: 4px;line-height: 4px;overflow:hidden;background: url(\'/img/tabs.gif\') no-repeat -88px -46px;"></div><div style="display: block;position: absolute;top: 0px;right: 0px;width: 4px;height: 4px;line-height: 4px;overflow:hidden;background: url(\'/img/tabs.gif\') no-repeat -92px -46px;"></div><div style="display: block;position: absolute;bottom: 0px;right: 0px;width: 4px;height: 4px;line-height: 4px;overflow:hidden;background: url(\'/img/tabs.gif\') no-repeat -92px -50px;"></div><div style="display: block;position: absolute;bottom: 0px;left: 0px;width: 4px;height: 4px;line-height: 4px;overflow:hidden;background: url(\'/img/tabs.gif\') no-repeat -88px -50px;"></div>';
		layoutMultimediaItems.innerHTML 	= '<div style="display: block;position: absolute;top: -1px;left: -1px;width: 4px;height: 4px;line-height: 4px;overflow:hidden;background: url(\'/img/tabs.gif\') no-repeat -86px -28px;"></div><div style="display: block;position: absolute;top: -1px;right: -1px;width: 4px;height: 4px;line-height: 4px;overflow:hidden;background: url(\'/img/tabs.gif\') no-repeat -90px -28px;"></div><div style="display: block;position: absolute;bottom: -1px;right: -1px;width: 4px;height: 4px;line-height: 4px;overflow:hidden;background: url(\'/img/tabs.gif\') no-repeat -90px -32px;"></div><div style="display: block;position: absolute;bottom: -1px;left: -1px;width: 4px;height: 4px;line-height: 4px;overflow:hidden;background: url(\'/img/tabs.gif\') no-repeat -86px -32px;"></div>';
		layoutMultimediaNav.innerHTML 		= '<div style="display: block;position: absolute;top: 0px;left: 0px;width: 4px;height: 4px;line-height: 4px;overflow:hidden;background: url(\'/img/tabs.gif\') no-repeat -86px -20px;"></div><div style="display: block;position: absolute;top: 0px;right: 0px;width: 4px;height: 4px;line-height: 4px;overflow:hidden;background: url(\'/img/tabs.gif\') no-repeat -90px -20px;"></div><div style="display: block;position: absolute;bottom: 0px;right: 0px;width: 4px;height: 4px;line-height: 4px;overflow:hidden;background: url(\'/img/tabs.gif\') no-repeat -90px -24px;"></div><div style="display: block;position: absolute;bottom: 0px;left: 0px;width: 4px;height: 4px;line-height: 4px;overflow:hidden;background: url(\'/img/tabs.gif\') no-repeat -86px -24px;"></div>';
		layoutMultimediaNav2.innerHTML 		= '<div style="display: block;position: absolute;top: 0px;left: 0px;width: 4px;height: 4px;line-height: 4px;overflow:hidden;background: url(\'/img/tabs.gif\') no-repeat -96px -20px;"></div><div style="display: block;position: absolute;top: 0px;right: 0px;width: 4px;height: 4px;line-height: 4px;overflow:hidden;background: url(\'/img/tabs.gif\') no-repeat -100px -20px;"></div><div style="display: block;position: absolute;bottom: 0px;right: 0px;width: 4px;height: 4px;line-height: 4px;overflow:hidden;background: url(\'/img/tabs.gif\') no-repeat -100px -24px;"></div><div style="display: block;position: absolute;bottom: 0px;left: 0px;width: 4px;height: 4px;line-height: 4px;overflow:hidden;background: url(\'/img/tabs.gif\') no-repeat -96px -24px;"></div>';
		layoutEspeciales.innerHTML 		= '<div style="display: block;position: absolute;top: -1px;left: -1px;width: 5px;height: 5px;line-height: 5px;overflow:hidden;background: url(\'/img/tabs.gif\') no-repeat -94px -54px;"></div><div style="display: block;position: absolute;top: -1px;right: -1px;width: 5px;height: 5px;line-height: 5px;overflow:hidden;background: url(\'/img/tabs.gif\') no-repeat -99px -54px;"></div><div style="display: block;position: absolute;bottom: -1px;right: -1px;width: 5px;height: 5px;line-height: 5px;overflow:hidden;background: url(\'/img/tabs.gif\') no-repeat -99px -59px;"></div><div style="display: block;position: absolute;bottom: -1px;left: -1px;width: 5px;height: 5px;line-height: 5px;overflow:hidden;background: url(\'/img/tabs.gif\') no-repeat -94px -59px;"></div>';
		
		
		
		var elem = document.getElementsByTagName('div');

		for (var i = 0; i < elem.length; i++) {
			
			parentClass 	= "";
			parentId	= "";

			if   (elem[i].parentNode != null) {
				
				parentClass 	= elem[i].parentNode.className;
				parentId	= elem[i].parentNode.id;
			}
			
			// Select in base alla classe
			switch(elem[i].className) {

				case "box":
						
					//elem[i].appendChild(layoutBox.cloneNode(true));
					
					break;
					
				case "box2":
						
					elem[i].appendChild(layoutMultimedia.cloneNode(true));
					
					break;
				
				case "box2red":
						
					elem[i].appendChild(layoutCornersRed.cloneNode(true));
					
					break;
					
				case "box2orange":
						
					elem[i].appendChild(layoutCornersOrange.cloneNode(true));
					
					break;
					
				case "box2blue":
						
					elem[i].appendChild(layoutCornersBlue.cloneNode(true));
					
					break;
					
				case "itemespecial":
						
					elem[i].appendChild(layoutEspeciales.cloneNode(true));
					
					break;
					

				case "items":

					
					//if (parentId == "multimedia") {
						
						// Selezione elementi A
						var multimediaItemsChilds = elem[i].getElementsByTagName('a');
						
						for (var f = 0; f < multimediaItemsChilds.length; f++) {
							
							multimediaItemsChilds[f].appendChild(layoutMultimediaItems.cloneNode(true));
						}
					//}
					
					break;

				case "nav":
				
					//if (parentId == "multimedia") {
						
						// Selezione elementi A
						var multimediaNavChilds = elem[i].getElementsByTagName('a');
						
						for (var e = 0; e < multimediaNavChilds.length; e++) {
							
							multimediaNavChilds[e].appendChild(layoutMultimediaNav.cloneNode(true));
						}
					//}
					break;

				case "nav2":
				
					//if (parentId == "multimedia") {
						
						// Selezione elementi A
						var multimediaNavChilds = elem[i].getElementsByTagName('a');
						
						for (var e = 0; e < multimediaNavChilds.length; e++) {
							
							multimediaNavChilds[e].appendChild(layoutMultimediaNav2.cloneNode(true));
						}
					//}
					break;
			}
			
			// Select in base all'id
			switch(elem[i].id) {

				case "main":
						
					elem[i].appendChild(layoutMain.cloneNode(true));
					
					break;

				case "multimedia":
					
					elem[i].appendChild(layoutMultimedia.cloneNode(true));
					
					break;
			}
		}
		
		
		// Selezione H3
		//var tagH3 = document.getElementsByTagName('h3');

		//for (var g = 0; g < tagH3.length; g++) {
			
		//	tagH3[g].appendChild(layoutH3.cloneNode(true));
		//}
	}
	
	
	
	function setSiteBanners () {
		
		if (typeof(setSiteBanners_times) == "undefined") {

			setSiteBanners_times = 200;
		}

		if (document.getElementById("footer") == null) {

			// Ancora non disponibile. Ritento.. 
			if (setSiteBanners_times >= 1) setTimeout("setSiteBanners("+(setSiteBanners_times-1)+")", 50);
			return;	
		}
		
		// Get pageInfo
		thisClassName = document.getElementById("footer").className;
		
		// Definizione lista pagine.
		siteAdZones = new Array("home", "noticias_list", "noticias_det", "revistas_list", "revistas_det", "deportes_list", "deportes_det", "videos", "fotos", "ecos", "clasificados");
		
		// Definizione per ogni pagine degli id e il contenuto da appendere a quel determinato ID
		// ID => contenuto
		
		
		// -> Pagina home
		siteAdZones["home"] = new Array();
		siteAdZones["home"]["header"] 	= '<div id="bannerTop468x60"><iframe src="http://adv4.diariolibre.com/openx/banners/home_posicion_1.html" width="468" height="60" scrolling="no" border="0" frameborder="0"></iframe></div><div id="bannerTop52x60"><iframe src="http://adv4.diariolibre.com/openx/banners/home_header_52x60.html" width="60" height="60" scrolling="no" border="0" frameborder="0"></iframe></div><div id="banner964x84"><iframe src="http://adv4.diariolibre.com/openx/banners/header_home_960x80.html " width="968" height="82" scrolling="no" border="0" frameborder="0"></iframe></div>';
		//siteAdZones["home"]["header"] = '<div id="bannerTop468x60"><iframe src="http://adv4.diariolibre.com/openx/banners/home_posicion_1.html" width="468" height="60" scrolling="no" border="0" frameborder="0"></iframe></div><div id="bannerTop52x60"><iframe src="http://adv4.diariolibre.com/openx/banners/home_header_52x60.html" width="60" height="60" scrolling="no" border="0" frameborder="0"></iframe></div><div id="banner964x84"><iframe src="http://adv4.diariolibre.com/openx/banners/header_home_960x80.html " width="968" height="82" scrolling="no" border="0" frameborder="0"></iframe></div>';
		//siteAdZones["home"]["header"] = '<div id="bannerTop468x60"><iframe src="/banner/sirena468x60.html" width="468" height="60" scrolling="no" border="0" frameborder="0"></iframe></div><div id="bannerTop52x60"><iframe src="http://adv4.diariolibre.com/banners_new/home_header_52x60.html" width="60" height="60" scrolling="no" border="0" frameborder="0"></iframe></div><div id="banner964x84"><iframe src="http://adv4.diariolibre.com/openx/banners/header_960x80.html" width="968" height="82" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["home"]["primaryleft"] 	= '<div id="bannerPrimaryTop"><iframe src="http://adv4.diariolibre.com/openx/banners/home_588X30.html" width="588" height="30" scrolling="no" border="0" frameborder="0"</iframe></div>';
		siteAdZones["home"]["bannerPrimaryBottom"] 	= '<div id="bannerPrimaryBottom468x60"><iframe src="http://adv4.diariolibre.com/openx/banners/home_posicion_2.html" width="468" height="60" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["home"]["bannerRight"] 	= '<div class="code"><iframe src="http://adv4.diariolibre.com/openx/banners/home_300x250.html" width="335" height="285" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["home"]["bannerRight2"] 	= '<div class="code"><iframe src="http://adv4.diariolibre.com/openx/banners/home_300x250_pos2.html" width="335" height="285" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["home"]["middlebanners"] 	= '<div id="bannermiddle468x60"><iframe src="http://adv4.diariolibre.com/openx/banners/home_posicion_3.html" width="468" height="60" scrolling="no" border="0" frameborder="0"></iframe></div><div id="banner2middle468x60"><iframe src="http://adv4.diariolibre.com/openx/banners/home_posicion_4.html" width="468" height="60" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["home"]["bannerespecial"] 	= '<iframe src="http://adv4.diariolibre.com/openx/banners/especiales_home_1.html" width="330" height="98" scrolling="no" border="0" frameborder="0"></iframe>';
		//siteAdZones["home"]["homebox1"] 	= '<div id="homebox234x60"><iframe src="http://adv4.diariolibre.com/openx/banners/home_posicion_umoristas_234x60.html" width="234" height="60" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["home"]["promocioneshome"] 	= '<div id="homebox336x156"><iframe src="http://adv4.diariolibre.com/openx/banners/home_promociones_334x176.html" width="336" height="156" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["home"]["promocioneshome2"] = '<div id="homebox336x68"><iframe src="http://adv4.diariolibre.com/openx/banners/home_promociones_312x68.html" width="336" height="68" scrolling="no" border="0" frameborder="0"></iframe></div>';
                 //siteAdZones["home"]["bannerToolbarSuplementos"] 	= '<iframe src="http://adv4.diariolibre.com/openx/banners/suplementos_especiales_250x100.html" width="250" height="100" scrolling="no" border="0" frameborder="0"></iframe>';
		//siteAdZones["home"]["bannerToolbarPromociones"] 	= '<iframe src="http://adv4.diariolibre.com/openx/banners/promociones_110x100.html" width="110" height="100" scrolling="no" border="0" frameborder="0"></iframe>';
		siteAdZones["home"]["middlebanners728"] = '<div id="bannermiddle728x90"><iframe src="http://adv4.diariolibre.com/openx/banners/home_footer_728x90.html" width="728" height="90" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["home"]["bannerontv"] 	= '<iframe src="http://adv4.diariolibre.com/openx/banners/home_ontv_278_168.html" width="222" height="176" scrolling="no" border="0" frameborder="0"></iframe>';
		
		
		siteAdZones["noticias_list"] = new Array();
		siteAdZones["noticias_list"]["header"] 				= '<div id="bannerTop468x60"><iframe src="http://adv4.diariolibre.com/openx/banners/noticias_listado_posicion_1.html" width="468" height="60" scrolling="no" border="0" frameborder="0"></iframe></div><div id="bannerTop52x60"><iframe src="http://adv4.diariolibre.com/openx/banners/home_header_52x60.html" width="60" height="60" scrolling="no" border="0" frameborder="0"></iframe></div><div id="banner964x84"><iframe src="http://adv4.diariolibre.com/openx/banners/header_960x80.html" width="968" height="82" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["noticias_list"]["primaryleft"] 			= '<div id="bannerPrimaryTop"><iframe src="http://adv4.diariolibre.com/openx/banners/noticias_listado_588x30.html" width="588" height="30" scrolling="no" border="0" frameborder="0"</iframe></div>';
		
		siteAdZones["noticias_list"]["bannerPrimaryBottomLists"] 	= '<div id="bannerListBottom468x60"><iframe src="http://adv4.diariolibre.com/openx/banners/noticias_listado_posicion_2.html" width="468" height="60" scrolling="no" border="0" frameborder="0"></iframe></div>';
		
		//siteAdZones["noticias_list"]["bannerRight336_650"] 		= '<div id="bannerRightBottom336x650"><iframe src="http://adv4.diariolibre.com/openx/banners/noticias_listado_160x600.html" width="336" height="650" scrolling="no" border="0" frameborder="0"></iframe></div>';
		
		siteAdZones["noticias_list"]["bannerRight336_940"] 		= '<div id="bannerRightBottom336x280_1"><iframe src="http://adv4.diariolibre.com/openx/banners/noticia_seccion_pos_2_300x250.html" width="336" height="280" scrolling="no" border="0" frameborder="0"></iframe></div><div id="bannerRightBottom336x650_2"><iframe src="http://adv4.diariolibre.com/openx/banners/noticias_listado_120_x_600.html" width="336" height="650" scrolling="no" border="0" frameborder="0"></iframe></div>';
		
		siteAdZones["noticias_list"]["bannerRight"] 			= '<div class="code"><iframe src="http://adv4.diariolibre.com/openx/banners/noticias_listado_300x250.html" width="336" height="280" scrolling="no" border="0" frameborder="0"></iframe></div>';
		
		siteAdZones["noticias_list"]["middlebanners728"] 		= '<div id="bannermiddle728x90"><iframe src="http://adv4.diariolibre.com/openx/banners/noticias_listado_728x90.html" width="728" height="90" scrolling="no" border="0" frameborder="0"></iframe></div>';
		
		siteAdZones["economia_list"] = new Array();
		siteAdZones["economia_list"]["header"] 				= '<div id="bannerTop468x60"><iframe src="http://adv4.diariolibre.com/openx/banners/noticias_listado_posicion_1.html" width="468" height="60" scrolling="no" border="0" frameborder="0"></iframe></div><div id="bannerTop52x60"><iframe src="http://adv4.diariolibre.com/openx/banners/home_header_52x60.html" width="60" height="60" scrolling="no" border="0" frameborder="0"></iframe></div><div id="banner964x84"><iframe src="http://adv4.diariolibre.com/openx/banners/header_960x80.html" width="968" height="82" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["economia_list"]["primaryleft"] 			= '<div id="bannerPrimaryTop"><iframe src="http://adv4.diariolibre.com/openx/banners/noticias_listado_588x30.html" width="588" height="30" scrolling="no" border="0" frameborder="0"</iframe></div>';
		siteAdZones["economia_list"]["bannerPrimaryBottomLists"] 	= '<div id="bannerListBottom468x60"><iframe src="http://adv4.diariolibre.com/openx/banners/noticias_listado_posicion_2.html" width="468" height="60" scrolling="no" border="0" frameborder="0"></iframe></div>';
		//siteAdZones["economia_list"]["bannerRight336_650"] 		= '<div id="bannerRightBottom336x650"><iframe src="http://adv4.diariolibre.com/openx/banners/noticias_listado_160x600.html" width="336" height="650" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["economia_list"]["bannerRight336_940"] 		= '<div id="bannerRightBottom336x280_1"><iframe src="http://adv4.diariolibre.com/openx/banners/noticias_listado_160x600.html" width="336" height="280" scrolling="no" border="0" frameborder="0"></iframe></div><div id="bannerRightBottom336x650_2"><iframe src="http://adv4.diariolibre.com/openx/banners/noticias_listado_120_x_600.html" width="336" height="650" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["economia_list"]["bannerRight"] 			= '<div class="code"><iframe src="http://adv4.diariolibre.com/openx/banners/economia_300x250_pos1.html" width="336" height="280" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["economia_list"]["middlebanners728"] 		= '<div id="bannermiddle728x90"><iframe src="http://adv4.diariolibre.com/openx/banners/noticias_listado_728x90.html" width="728" height="90" scrolling="no" border="0" frameborder="0"></iframe></div>';
		
		siteAdZones["ipueblo_list"] = new Array();
		siteAdZones["ipueblo_list"]["header"] 	= '<div id="bannerTop468x60"><iframe src="http://adv4.diariolibre.com/openx/banners/noticias_listado_posicion_1.html" width="468" height="60" scrolling="no" border="0" frameborder="0"></iframe></div><div id="bannerTop52x60"><iframe src="http://adv4.diariolibre.com/openx/banners/home_header_52x60.html" width="60" height="60" scrolling="no" border="0" frameborder="0"></iframe></div><div id="banner964x84"><iframe src="http://adv4.diariolibre.com/openx/banners/header_960x80.html" width="968" height="82" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["ipueblo_list"]["primaryleft"] 			= '<div id="bannerPrimaryTop"><iframe src="http://adv4.diariolibre.com/openx/banners/noticias_listado_588x30.html" width="588" height="30" scrolling="no" border="0" frameborder="0"</iframe></div>';
		siteAdZones["ipueblo_list"]["bannerPrimaryBottomLists"] 	= '<div id="bannerListBottom468x60"><iframe src="http://adv4.diariolibre.com/openx/banners/noticias_listado_posicion_2.html" width="468" height="60" scrolling="no" border="0" frameborder="0"></iframe></div>';
		//siteAdZones["ipueblo_list"]["bannerRight336_650"] 		= '<div id="bannerRightBottom336x650"><iframe src="http://adv4.diariolibre.com/openx/banners/noticias_listado_160x600.html" width="336" height="650" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["ipueblo_list"]["bannerRight336_940"] 		= '<div id="bannerRightBottom336x280_1"><iframe src="http://adv4.diariolibre.com/openx/banners/noticias_listado_160x600.html" width="336" height="280" scrolling="no" border="0" frameborder="0"></iframe></div><div id="bannerRightBottom336x650_2"><iframe src="http://adv4.diariolibre.com/openx/banners/noticias_listado_120_x_600.html" width="336" height="650" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["ipueblo_list"]["bannerRight"] 			= '<div class="code"><iframe src="http://adv4.diariolibre.com/openx/banners/noticias_listado_300x250.html" width="336" height="280" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["ipueblo_list"]["middlebanners728"] 		= '<div id="bannermiddle728x90"><iframe src="http://adv4.diariolibre.com/openx/banners/noticias_listado_728x90.html" width="728" height="90" scrolling="no" border="0" frameborder="0"></iframe></div>';
		
	
	
		siteAdZones["revistas_list"] = new Array();
		siteAdZones["revistas_list"]["header"] 				= '<div id="bannerTop468x60"><iframe src="http://adv4.diariolibre.com/openx/banners/revista_listado_posicion_1.html" width="468" height="60" scrolling="no" border="0" frameborder="0"></iframe></div><div id="bannerTop52x60"><iframe src="http://adv4.diariolibre.com/openx/banners/home_header_52x60.html" width="60" height="60" scrolling="no" border="0" frameborder="0"></iframe></div><div id="banner964x84"><iframe src="http://adv4.diariolibre.com/openx/banners/header_960x80.html" width="968" height="82" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["revistas_list"]["primaryleft"] 			= '<div id="bannerPrimaryTop"><iframe src="http://adv4.diariolibre.com/openx/banners/revista_listado_588x30.html" width="588" height="30" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["revistas_list"]["bannerPrimaryBottomLists"] 	= '<div id="bannerListBottom468x60"><iframe src="http://adv4.diariolibre.com/openx/banners/revista_listado_posicion_2.html" width="468" height="60" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["revistas_list"]["bannerRight336_650"] 		= '<div id="bannerRightBottom336x650"><iframe src="http://adv4.diariolibre.com/openx/banners/revista_listado_160x600.html" width="336" height="650" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["revistas_list"]["bannerRight"] 			= '<div class="code"><iframe src="http://adv4.diariolibre.com/openx/banners/revista_listado_300x250.html" width="336" height="280" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["revistas_list"]["middlebanners728"] 		= '<div id="bannermiddle728x90"><iframe src="http://adv4.diariolibre.com/openx/banners/revista_listado_728x90.html" width="728" height="90" scrolling="no" border="0" frameborder="0"></iframe></div>';
		
		
		
		siteAdZones["deportes_list"] = new Array();
		siteAdZones["deportes_list"]["header"] 				= '<div id="bannerTop468x60"><iframe src="http://adv4.diariolibre.com/openx/banners/deporte_listado_posicion_1.html" width="468" height="60" scrolling="no" border="0" frameborder="0"></iframe></div><div id="bannerTop52x60"><iframe src="http://adv4.diariolibre.com/openx/banners/home_header_52x60.html" width="60" height="60" scrolling="no" border="0" frameborder="0"></iframe></div><div id="banner964x84" style="z-index: 400;"><iframe src="http://adv4.diariolibre.com/openx/banners/header_960x80.html" width="968" height="82" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["deportes_list"]["primaryleft"] 			= '<div id="bannerPrimaryTop"><iframe src="http://adv4.diariolibre.com/openx/banners/deporte_listado_588x30.html" width="588" height="30" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["deportes_list"]["bannerPrimaryBottomLists"] 	= '<div id="bannerListBottom468x60"><iframe src="http://adv4.diariolibre.com/openx/banners/deporte_listado_posicion_2.html" width="468" height="60" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["deportes_list"]["bannerRight336_650"] 		= '<div id="bannerRightBottom336x650"><iframe src="http://adv4.diariolibre.com/openx/banners/deporte_listado_160x600.html" width="336" height="650" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["deportes_list"]["bannerRight"] 			= '<div class="code"><iframe src="http://adv4.diariolibre.com/openx/banners/deporte_listado_300x250.html" width="336" height="280" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["deportes_list"]["middlebanners728"] 		= '<div id="bannermiddle728x90"><iframe src="http://adv4.diariolibre.com/openx/banners/deporte_footer_728x90.html" width="728" height="90" scrolling="no" border="0" frameborder="0"></iframe></div>';
		
		
		siteAdZones["opinion_list"] = new Array();
		siteAdZones["opinion_list"]["header"] 				= '<div id="bannerTop468x60"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_list_1.html" width="468" height="60" scrolling="no" border="0" frameborder="0"></iframe></div><div id="bannerTop52x60"><iframe src="http://adv4.diariolibre.com/openx/banners/home_header_52x60.html" width="60" height="60" scrolling="no" border="0" frameborder="0"></iframe></div><div id="banner964x84"><iframe src="http://adv4.diariolibre.com/openx/banners/header_960x80.html" width="968" height="82" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["opinion_list"]["primaryleft"] 			= '<div id="bannerPrimaryTop"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_list_588x30.html" width="588" height="30" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["opinion_list"]["bannerPrimaryBottomLists"] 	= '<div id="bannerListBottom468x60"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_list_2.html" width="468" height="60" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["opinion_list"]["bannerRight336_650"] 		= '<div id="bannerRightBottom336x650"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_list_160x600.html" width="336" height="650" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["opinion_list"]["bannerRight"] 			= '<div class="code"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_list_300x250.html" width="336" height="280" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["opinion_list"]["middlebanners728"] 		= '<div id="bannermiddle728x90"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_footer_728x90.html" width="728" height="90" scrolling="no" border="0" frameborder="0"></iframe></div>';
		

		siteAdZones["ecos_list"] = new Array();
		siteAdZones["ecos_list"]["header"] 				= '<div id="bannerTop468x60"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_list_1.html" width="468" height="60" scrolling="no" border="0" frameborder="0"></iframe></div><div id="bannerTop52x60"><iframe src="http://adv4.diariolibre.com/openx/banners/home_header_52x60.html" width="60" height="60" scrolling="no" border="0" frameborder="0"></iframe></div><div id="banner964x84"><iframe src="http://adv4.diariolibre.com/openx/banners/header_960x80.html" width="968" height="82" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["ecos_list"]["primaryleft"] 			= '<div id="bannerPrimaryTop"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_list_588x30.html" width="588" height="30" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["ecos_list"]["bannerPrimaryBottomLists"] 		= '<div id="bannerListBottom468x60"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_list_2.html" width="468" height="60" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["ecos_list"]["bannerRight336_650"] 			= '<div id="bannerRightBottom336x650"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_list_160x600.html" width="336" height="650" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["ecos_list"]["bannerRight"] 			= '<div class="code"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_list_300x250.html" width="336" height="280" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["ecos_list"]["middlebanners728"] 			= '<div id="bannermiddle728x90"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_footer_728x90.html" width="728" height="90" scrolling="no" border="0" frameborder="0"></iframe></div>';
		

		siteAdZones["lecturas_list"] = new Array();
		siteAdZones["lecturas_list"]["header"] 				= '<div id="bannerTop468x60"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_list_1.html" width="468" height="60" scrolling="no" border="0" frameborder="0"></iframe></div><div id="bannerTop52x60"><iframe src="http://adv4.diariolibre.com/openx/banners/home_header_52x60.html" width="60" height="60" scrolling="no" border="0" frameborder="0"></iframe></div><div id="banner964x84"><iframe src="http://adv4.diariolibre.com/openx/banners/header_960x80.html" width="968" height="82" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["lecturas_list"]["primaryleft"] 			= '<div id="bannerPrimaryTop"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_588x30.html" width="588" height="30" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["lecturas_list"]["bannerPrimaryBottomLists"] 	= '<div id="bannerListBottom468x60"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_list_2.html" width="468" height="60" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["lecturas_list"]["bannerRight336_650"] 		= '<div id="bannerRightBottom336x650"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_list_160x600.html" width="336" height="650" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["lecturas_list"]["bannerRight"] 			= '<div class="code"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_list_300x250.html" width="336" height="280" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["lecturas_list"]["middlebanners728"] 		= '<div id="bannermiddle728x90"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_footer_728x90.html" width="728" height="90" scrolling="no" border="0" frameborder="0"></iframe></div>';
		

		siteAdZones["dlenglish_list"] = new Array();
		siteAdZones["dlenglish_list"]["header"] 			= '<div id="bannerTop468x60"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_list_1.html" width="468" height="60" scrolling="no" border="0" frameborder="0"></iframe></div><div id="bannerTop52x60"><iframe src="http://adv4.diariolibre.com/openx/banners/home_header_52x60.html" width="60" height="60" scrolling="no" border="0" frameborder="0"></iframe></div><div id="banner964x84"><iframe src="http://adv4.diariolibre.com/openx/banners/header_960x80.html" width="968" height="82" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["dlenglish_list"]["primaryleft"] 			= '<div id="bannerPrimaryTop"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_588x30.html" width="588" height="30" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["dlenglish_list"]["bannerPrimaryBottomLists"] 	= '<div id="bannerListBottom468x60"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_list_2.html" width="468" height="60" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["dlenglish_list"]["bannerRight336_650"] 		= '<div id="bannerRightBottom336x650"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_list_160x600.html" width="336" height="650" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["dlenglish_list"]["bannerRight"] 			= '<div class="code"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_list_300x250.html" width="336" height="280" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["dlenglish_list"]["middlebanners728"] 		= '<div id="bannermiddle728x90"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_footer_728x90.html" width="728" height="90" scrolling="no" border="0" frameborder="0"></iframe></div>';
		

		siteAdZones["mural_list"] = new Array();
		siteAdZones["mural_list"]["header"] 				= '<div id="bannerTop468x60"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_list_1.html" width="468" height="60" scrolling="no" border="0" frameborder="0"></iframe></div><div id="bannerTop52x60"><iframe src="http://adv4.diariolibre.com/openx/banners/home_header_52x60.html" width="60" height="60" scrolling="no" border="0" frameborder="0"></iframe></div><div id="banner964x84"><iframe src="http://adv4.diariolibre.com/openx/banners/header_960x80.html" width="968" height="82" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["mural_list"]["primaryleft"] 			= '<div id="bannerPrimaryTop"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_listado_588x30.html" width="588" height="30" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["mural_list"]["bannerPrimaryBottomLists"] 		= '<div id="bannerListBottom468x60"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_list_2.html" width="468" height="60" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["mural_list"]["bannerRight336_650"] 		= '<div id="bannerRightBottom336x650"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_list_160x600.html" width="336" height="650" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["mural_list"]["bannerRight"] 			= '<div class="code"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_list_300x250.html" width="336" height="280" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["mural_list"]["middlebanners728"] 			= '<div id="bannermiddle728x90"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_footer_728x90.html" width="728" height="90" scrolling="no" border="0" frameborder="0"></iframe></div>';
		

		siteAdZones["salud_list"] = new Array();
		siteAdZones["salud_list"]["header"] 				= '<div id="bannerTop468x60"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_posicion_1.html" width="468" height="60" scrolling="no" border="0" frameborder="0"></iframe></div><div id="bannerTop52x60"><iframe src="http://adv4.diariolibre.com/openx/banners/home_header_52x60.html" width="60" height="60" scrolling="no" border="0" frameborder="0"></iframe></div><div id="banner964x84"><iframe src="http://adv4.diariolibre.com/openx/banners/header_960x80.html" width="968" height="82" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["salud_list"]["primaryleft"] 			= '<div id="bannerPrimaryTop"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_588x30.html" width="588" height="30" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["salud_list"]["bannerPrimaryBottomLists"] 		= '<div id="bannerListBottom468x60"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_posicion_2.html" width="468" height="60" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["salud_list"]["bannerRight336_650"] 		= '<div id="bannerRightBottom336x650"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_160x600.html" width="336" height="650" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["salud_list"]["bannerRight"] 			= '<div class="code"><iframe src="http://adv4.diariolibre.com/openx/banners/salud_300x250.html" width="336" height="280" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["salud_list"]["bannerRight2"] 			= '<div class="code"><iframe src="http://adv4.diariolibre.com/openx/banners/salud_300x250_p2.html" width="336" height="280" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["salud_list"]["middlebanners728"] 			= '<div id="bannermiddle728x90"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_footer_728x90.html" width="728" height="90" scrolling="no" border="0" frameborder="0"></iframe></div>';
			


		
		siteAdZones["noticias_det"] = new Array();
		siteAdZones["noticias_det"]["header"] 				= '<div id="bannerTop468x60"><iframe src="http://adv4.diariolibre.com/openx/banners/noticias_articulos_posicion_1.html" width="468" height="60" scrolling="no" border="0" frameborder="0"></iframe></div><div id="bannerTop52x60"><iframe src="http://adv4.diariolibre.com/openx/banners/home_header_52x60.html" width="60" height="60" scrolling="no" border="0" frameborder="0"></iframe></div><div id="banner964x84"><iframe src="http://adv4.diariolibre.com/openx/banners/header_960x80.html" width="968" height="82" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["noticias_det"]["primaryleft"] 			= '<div id="bannerPrimaryTop"><iframe src="http://adv4.diariolibre.com/openx/banners/noticias_articulos_588x30.html" width="588" height="30" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["noticias_det"]["bannerPrimaryBottomLists"] 	= '<div id="bannerListBottom468x60"><iframe src="http://adv4.diariolibre.com/openx/banners/noticias_articulos_posicion_2.html" width="468" height="60" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["noticias_det"]["bannerRight"] 			= '<div class="code"><iframe src="http://adv4.diariolibre.com/openx/banners/noticias_articulos_300x250.html" width="336" height="280" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["noticias_det"]["commentbanners"] 			= '<div id="commentbanner1"><iframe src="http://adv4.diariolibre.com/openx/banners/noticias_articulos_comentario_1_180x150.html" width="180" height="150" scrolling="no" border="0" frameborder="0"></iframe></div><div id="commentbanner2"><iframe src="http://adv4.diariolibre.com/openx/banners/noticias_articulos_comentario_2_180x150.html" width="180" height="150" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["noticias_det"]["bannernewsoverlayercontent"] 	= '<script type="text/javascript" src="http://adv3.diariolibre.com/banner_layers/overlayer_articulos_588x300.js"></script>';
		//siteAdZones["noticias_det"]["bannerRight336_650"] 		= '<div id="bannerRightBottom336x650"><iframe src="http://adv4.diariolibre.com/openx/banners/noticias_articulos_160x600.html" width="336" height="650" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["noticias_det"]["bannerRight336_650"] 			= '<div id="bannerRightBottom336x280_1"><iframe src="http://adv4.diariolibre.com/openx/banners/noticias_articulos_160x600.html" width="336" height="280" scrolling="no" border="0" frameborder="0"></iframe></div><div id="bannerRightBottom336x280_2"><iframe src="http://adv4.diariolibre.com/openx/banners/articulos_pos_3_300x250.html" width="336" height="280" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["noticias_det"]["middlebanners728"] 		= '<div id="bannermiddle728x90"><iframe src="http://adv4.diariolibre.com/openx/banners/noticias_articulos_728x90.html" width="728" height="90" scrolling="no" border="0" frameborder="0"></iframe></div>';
		
		siteAdZones["economia_det"] = new Array();
		siteAdZones["economia_det"]["header"] 				= '<div id="bannerTop468x60"><iframe src="http://adv4.diariolibre.com/openx/banners/noticias_articulos_posicion_1.html" width="468" height="60" scrolling="no" border="0" frameborder="0"></iframe></div><div id="bannerTop52x60"><iframe src="http://adv4.diariolibre.com/openx/banners/home_header_52x60.html" width="60" height="60" scrolling="no" border="0" frameborder="0"></iframe></div><div id="banner964x84"><iframe src="http://adv4.diariolibre.com/openx/banners/header_960x80.html" width="968" height="82" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["economia_det"]["primaryleft"] 			= '<div id="bannerPrimaryTop"><iframe src="http://adv4.diariolibre.com/openx/banners/noticias_articulos_588x30.html" width="588" height="30" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["economia_det"]["bannerPrimaryBottomLists"] 	= '<div id="bannerListBottom468x60"><iframe src="http://adv4.diariolibre.com/openx/banners/ecomomia_articulos_posicion_2.html" width="468" height="60" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["economia_det"]["bannerRight"] 			= '<div class="code"><iframe src="http://adv4.diariolibre.com/openx/banners/economia_300x250_pos1.html" width="336" height="280" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["economia_det"]["commentbanners"] 			= '<div id="commentbanner1"><iframe src="http://adv4.diariolibre.com/openx/banners/noticias_articulos_comentario_1_180x150.html" width="180" height="150" scrolling="no" border="0" frameborder="0"></iframe></div><div id="commentbanner2"><iframe src="http://adv4.diariolibre.com/openx/banners/noticias_articulos_comentario_2_180x150.html" width="180" height="150" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["economia_det"]["bannernewsoverlayercontent"] 	= '<script type="text/javascript" src="http://adv3.diariolibre.com/banner_layers/overlayer_articulos_588x300.js"></script>';
		//siteAdZones["noticias_det"]["bannerRight336_650"] 		= '<div id="bannerRightBottom336x650"><iframe src="http://adv4.diariolibre.com/openx/banners/noticias_articulos_160x600.html" width="336" height="650" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["economia_det"]["bannerRight336_650"] 			= '<div id="bannerRightBottom336x280_1"><iframe src="http://adv4.diariolibre.com/openx/banners/noticias_articulos_160x600.html" width="336" height="280" scrolling="no" border="0" frameborder="0"></iframe></div><div id="bannerRightBottom336x280_2"><iframe src="http://adv4.diariolibre.com/openx/banners/articulos_pos_3_300x250.html" width="336" height="280" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["economia_det"]["middlebanners728"] 		= '<div id="bannermiddle728x90"><iframe src="http://adv4.diariolibre.com/openx/banners/noticias_articulos_728x90.html" width="728" height="90" scrolling="no" border="0" frameborder="0"></iframe></div>';
		
		siteAdZones["ipueblo_det"] = new Array();
		siteAdZones["ipueblo_det"]["header"] 				= '<div id="bannerTop468x60"><iframe src="http://adv4.diariolibre.com/openx/banners/noticias_articulos_posicion_1.html" width="468" height="60" scrolling="no" border="0" frameborder="0"></iframe></div><div id="bannerTop52x60"><iframe src="http://adv4.diariolibre.com/openx/banners/home_header_52x60.html" width="60" height="60" scrolling="no" border="0" frameborder="0"></iframe></div><div id="banner964x84"><iframe src="http://adv4.diariolibre.com/openx/banners/header_960x80.html" width="968" height="82" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["ipueblo_det"]["primaryleft"] 			= '<div id="bannerPrimaryTop"><iframe src="http://adv4.diariolibre.com/openx/banners/noticias_articulos_588x30.html" width="588" height="30" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["ipueblo_det"]["bannerPrimaryBottomLists"] 	= '<div id="bannerListBottom468x60"><iframe src="http://adv4.diariolibre.com/openx/banners/noticias_articulos_posicion_2.html" width="468" height="60" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["ipueblo_det"]["bannerRight"] 			= '<div class="code"><iframe src="http://adv4.diariolibre.com/openx/banners/noticias_articulos_300x250.html" width="336" height="280" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["ipueblo_det"]["commentbanners"] 			= '<div id="commentbanner1"><iframe src="http://adv4.diariolibre.com/openx/banners/noticias_articulos_comentario_1_180x150.html" width="180" height="150" scrolling="no" border="0" frameborder="0"></iframe></div><div id="commentbanner2"><iframe src="http://adv4.diariolibre.com/openx/banners/noticias_articulos_comentario_2_180x150.html" width="180" height="150" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["ipueblo_det"]["bannernewsoverlayercontent"] 	= '<script type="text/javascript" src="http://adv3.diariolibre.com/banner_layers/overlayer_articulos_588x300.js"></script>';
		//siteAdZones["noticias_det"]["bannerRight336_650"] 		= '<div id="bannerRightBottom336x650"><iframe src="http://adv4.diariolibre.com/openx/banners/noticias_articulos_160x600.html" width="336" height="650" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["ipueblo_det"]["bannerRight336_650"] 			= '<div id="bannerRightBottom336x280_1"><iframe src="http://adv4.diariolibre.com/openx/banners/noticias_articulos_160x600.html" width="336" height="280" scrolling="no" border="0" frameborder="0"></iframe></div><div id="bannerRightBottom336x280_2"><iframe src="http://adv4.diariolibre.com/openx/banners/articulos_pos_3_300x250.html" width="336" height="280" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["ipueblo_det"]["middlebanners728"] 		= '<div id="bannermiddle728x90"><iframe src="http://adv4.diariolibre.com/openx/banners/noticias_articulos_728x90.html" width="728" height="90" scrolling="no" border="0" frameborder="0"></iframe></div>';
		
		
		siteAdZones["revistas_det"] = new Array();
		siteAdZones["revistas_det"]["header"] 				= '<div id="bannerTop468x60"><iframe src="http://adv4.diariolibre.com/openx/banners/revista_articulos_posicion_1.html" width="468" height="60" scrolling="no" border="0" frameborder="0"></iframe></div><div id="bannerTop52x60"><iframe src="http://adv4.diariolibre.com/openx/banners/home_header_52x60.html" width="60" height="60" scrolling="no" border="0" frameborder="0"></iframe></div><div id="banner964x84"><iframe src="http://adv4.diariolibre.com/openx/banners/header_960x80.html" width="968" height="82" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["revistas_det"]["primaryleft"] 			= '<div id="bannerPrimaryTop"><iframe src="http://adv4.diariolibre.com/openx/banners/revista_articulos_588x30.html" width="588" height="30" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["revistas_det"]["bannerPrimaryBottomLists"] 	= '<div id="bannerListBottom468x60"><iframe src="http://adv4.diariolibre.com/openx/banners/revista_articulos_posicion_2.html" width="468" height="60" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["revistas_det"]["bannerRight"] 			= '<div class="code"><iframe src="http://adv4.diariolibre.com/openx/banners/revista_articulos_300x250.html" width="336" height="280" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["revistas_det"]["commentbanners"] 			= '<div id="commentbanner1"><iframe src="http://adv4.diariolibre.com/openx/banners/revista_articulos_comentario_1_180x150.html" width="180" height="150" scrolling="no" border="0" frameborder="0"></iframe></div><div id="commentbanner2"><iframe src="http://adv4.diariolibre.com/openx/banners/revista_articulos_comentario_2_180x150.html" width="180" height="150" scrolling="no" border="0" frameborder="0"></iframe></div>';		
		//siteAdZones["revistas_det"]["bannerRight336_650"] 		= '<div id="bannerRightBottom336x650"><iframe src="http://adv4.diariolibre.com/openx/banners/revista_articulos_160x600.html" width="336" height="650" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["revistas_det"]["bannerRight336_650"] 			= '<div id="bannerRightBottom336x280_1"><iframe src="http://adv4.diariolibre.com/openx/banners/revista_articulos_160x600.html" width="336" height="280" scrolling="no" border="0" frameborder="0"></iframe></div><div id="bannerRightBottom336x280_2"><iframe src="http://adv4.diariolibre.com/openx/banners/articulos_pos_3_300x250.html" width="336" height="280" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["revistas_det"]["middlebanners728"] 		= '<div id="bannermiddle728x90"><iframe src="http://adv4.diariolibre.com/openx/banners/revista_articulos_728x90.html" width="728" height="90" scrolling="no" border="0" frameborder="0"></iframe></div>';
		

		siteAdZones["deportes_det"] = new Array();
		siteAdZones["deportes_det"]["header"] 				= '<div id="bannerTop468x60"><iframe src="http://adv4.diariolibre.com/openx/banners/deporte_articulos_posicion_1.html" width="468" height="60" scrolling="no" border="0" frameborder="0"></iframe></div><div id="bannerTop52x60"><iframe src="http://adv4.diariolibre.com/openx/banners/home_header_52x60.html" width="60" height="60" scrolling="no" border="0" frameborder="0"></iframe></div><div id="banner964x84"><iframe src="http://adv4.diariolibre.com/openx/banners/header_960x80.html" width="968" height="82" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["deportes_det"]["primaryleft"] 			= '<div id="bannerPrimaryTop"><iframe src="http://adv4.diariolibre.com/openx/banners/deporte_articulos_588x30.html" width="588" height="30" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["deportes_det"]["bannerPrimaryBottomLists"] 	= '<div id="bannerListBottom468x60"><iframe src="http://adv4.diariolibre.com/openx/banners/deporte_articulos_posicion_2.html" width="468" height="60" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["deportes_det"]["bannerRight"] 			= '<div class="code"><iframe src="http://adv4.diariolibre.com/openx/banners/deporte_articulos_300x250.html" width="336" height="280" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["deportes_det"]["commentbanners"] 			= '<div id="commentbanner1"><iframe src="http://adv4.diariolibre.com/openx/banners/deporte_articulos_comentarios_1_180x150.html" width="180" height="150" scrolling="no" border="0" frameborder="0"></iframe></div><div id="commentbanner2"><iframe src="http://adv4.diariolibre.com/openx/banners/deporte_articulos_comentarios_2_180x150.html" width="180" height="150" scrolling="no" border="0" frameborder="0"></iframe></div>';	
		//siteAdZones["deportes_det"]["bannerRight336_650"] 		= '<div id="bannerRightBottom336x650"><iframe src="http://adv4.diariolibre.com/openx/banners/deporte_articulos_160x600.html" width="336" height="650" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["deportes_det"]["bannerRight336_650"] 		= '<div id="bannerRightBottom336x280_1"><iframe src="http://adv4.diariolibre.com/openx/banners/deporte_articulos_160x600.html" width="336" height="280" scrolling="no" border="0" frameborder="0"></iframe></div><div id="bannerRightBottom336x280_2"><iframe src="http://adv4.diariolibre.com/openx/banners/articulos_pos_3_300x250.html" width="336" height="280" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["deportes_det"]["middlebanners728"] 		= '<div id="bannermiddle728x90"><iframe src="http://adv4.diariolibre.com/openx/banners/deporte_articulos_footer_728x90.html" width="728" height="90" scrolling="no" border="0" frameborder="0"></iframe></div>';
		

		siteAdZones["opinion_det"] = new Array();
		siteAdZones["opinion_det"]["header"] 				= '<div id="bannerTop468x60"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_articulos_1.html" width="468" height="60" scrolling="no" border="0" frameborder="0"></iframe></div><div id="bannerTop52x60"><iframe src="http://adv4.diariolibre.com/openx/banners/home_header_52x60.html" width="60" height="60" scrolling="no" border="0" frameborder="0"></iframe></div><div id="banner964x84"><iframe src="http://adv4.diariolibre.com/openx/banners/header_960x80.html" width="968" height="82" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["opinion_det"]["primaryleft"] 			= '<div id="bannerPrimaryTop"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_listado_588x30.html" width="588" height="30" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["opinion_det"]["bannerPrimaryBottomLists"] 		= '<div id="bannerListBottom468x60"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_articulos_2.html" width="468" height="60" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["opinion_det"]["bannerRight"] 			= '<div class="code"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_articulos_300x250.html" width="336" height="280" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["opinion_det"]["commentbanners"] 			= '<div id="commentbanner1"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_articulos_comentarios_1_180x150.html" width="180" height="150" scrolling="no" border="0" frameborder="0"></iframe></div><div id="commentbanner2"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_articulos_comentarios_2_180x150.html" width="180" height="150" scrolling="no" border="0" frameborder="0"></iframe></div>';	
		//siteAdZones["opinion_det"]["bannerRight336_650"] 		= '<div id="bannerRightBottom336x650"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_articulos_160x600.html" width="336" height="650" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["opinion_det"]["bannerRight336_650"] 		= '<div id="bannerRightBottom336x280_1"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_articulos_160x600.html" width="336" height="280" scrolling="no" border="0" frameborder="0"></iframe></div><div id="bannerRightBottom336x280_2"><iframe src="http://adv4.diariolibre.com/openx/banners/articulos_pos_3_300x250.html" width="336" height="280" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["opinion_det"]["middlebanners728"] 			= '<div id="bannermiddle728x90"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_articulos_footer_728x90.html" width="728" height="90" scrolling="no" border="0" frameborder="0"></iframe></div>';
		

		siteAdZones["ecos_det"] = new Array();
		siteAdZones["ecos_det"]["header"] 				= '<div id="bannerTop468x60"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_articulos_1.html" width="468" height="60" scrolling="no" border="0" frameborder="0"></iframe></div><div id="bannerTop52x60"><iframe src="http://adv4.diariolibre.com/openx/banners/home_header_52x60.html" width="60" height="60" scrolling="no" border="0" frameborder="0"></iframe></div><div id="banner964x84"><iframe src="http://adv4.diariolibre.com/openx/banners/header_960x80.html" width="968" height="82" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["ecos_det"]["primaryleft"] 				= '<div id="bannerPrimaryTop"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_listado_588x30.html" width="588" height="30" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["ecos_det"]["bannerPrimaryBottomLists"] 		= '<div id="bannerListBottom468x60"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_articulos_2.html" width="468" height="60" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["ecos_det"]["bannerRight"] 				= '<div class="code"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_articulos_300x250.html" width="336" height="280" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["ecos_det"]["commentbanners"] 			= '<div id="commentbanner1"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_articulos_comentarios_1_180x150.html" width="180" height="150" scrolling="no" border="0" frameborder="0"></iframe></div><div id="commentbanner2"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_articulos_comentarios_2_180x150.html" width="180" height="150" scrolling="no" border="0" frameborder="0"></iframe></div>';	
		//siteAdZones["ecos_det"]["bannerRight336_650"] 		= '<div id="bannerRightBottom336x650"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_articulos_160x600.html" width="336" height="650" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["ecos_det"]["bannerRight336_650"] 			= '<div id="bannerRightBottom336x280_1"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_articulos_160x600.html" width="336" height="280" scrolling="no" border="0" frameborder="0"></iframe></div><div id="bannerRightBottom336x280_2"><iframe src="http://adv4.diariolibre.com/openx/banners/articulos_pos_3_300x250.html" width="336" height="280" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["ecos_det"]["middlebanners728"] 			= '<div id="bannermiddle728x90"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_articulos_footer_728x90.html" width="728" height="90" scrolling="no" border="0" frameborder="0"></iframe></div>';
		

		siteAdZones["lecturas_det"] = new Array();
		siteAdZones["lecturas_det"]["header"] 				= '<div id="bannerTop468x60"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_articulos_posicion_1.html" width="468" height="60" scrolling="no" border="0" frameborder="0"></iframe></div><div id="bannerTop52x60"><iframe src="http://adv4.diariolibre.com/openx/banners/home_header_52x60.html" width="60" height="60" scrolling="no" border="0" frameborder="0"></iframe></div><div id="banner964x84"><iframe src="http://adv4.diariolibre.com/openx/banners/header_960x80.html" width="968" height="82" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["lecturas_det"]["primaryleft"] 			= '<div id="bannerPrimaryTop"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_listado_588x30.html" width="588" height="30" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["lecturas_det"]["bannerPrimaryBottomLists"] 	= '<div id="bannerListBottom468x60"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_articulos_posicion_2.html" width="468" height="60" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["lecturas_det"]["bannerRight"] 			= '<div class="code"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_articulos_300x250.html" width="336" height="280" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["lecturas_det"]["commentbanners"] 			= '<div id="commentbanner1"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_articulos_comentarios_1_180x150.html" width="180" height="150" scrolling="no" border="0" frameborder="0"></iframe></div><div id="commentbanner2"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_articulos_comentarios_2_180x150.html" width="180" height="150" scrolling="no" border="0" frameborder="0"></iframe></div>';	
		//siteAdZones["lecturas_det"]["bannerRight336_650"] 		= '<div id="bannerRightBottom336x650"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_articulos_160x600.html" width="336" height="650" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["lecturas_det"]["bannerRight336_650"] 			= '<div id="bannerRightBottom336x280_1"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_articulos_160x600.html" width="336" height="280" scrolling="no" border="0" frameborder="0"></iframe></div><div id="bannerRightBottom336x280_2"><iframe src="http://adv4.diariolibre.com/openx/banners/articulos_pos_3_300x250.html" width="336" height="280" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["lecturas_det"]["middlebanners728"] 		= '<div id="bannermiddle728x90"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_articulos_footer_728x90.html" width="728" height="90" scrolling="no" border="0" frameborder="0"></iframe></div>';
		

		siteAdZones["dlenglish_det"] = new Array();
		siteAdZones["dlenglish_det"]["header"] 				= '<div id="bannerTop468x60"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_articulos_1.html" width="468" height="60" scrolling="no" border="0" frameborder="0"></iframe></div><div id="bannerTop52x60"><iframe src="http://adv4.diariolibre.com/openx/banners/home_header_52x60.html" width="60" height="60" scrolling="no" border="0" frameborder="0"></iframe></div><div id="banner964x84"><iframe src="http://adv4.diariolibre.com/openx/banners/header_960x80.html" width="968" height="82" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["dlenglish_det"]["primaryleft"] 			= '<div id="bannerPrimaryTop"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_articulos_588x30.html" width="588" height="30" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["dlenglish_det"]["bannerPrimaryBottomLists"] 	= '<div id="bannerListBottom468x60"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_articulos_2.html" width="468" height="60" scrolling="no" border="0" frameborder="0"></iframe></div>';
		//siteAdZones["dlenglish_det"]["bannerRight336_650"] 		= '<div id="bannerRightBottom336x650"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_160x600.html" width="336" height="650" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["dlenglish_det"]["bannerRight336_650"] 			= '<div id="bannerRightBottom336x280_1"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_articulos_160x600.html" width="336" height="280" scrolling="no" border="0" frameborder="0"></iframe></div><div id="bannerRightBottom336x280_2"><iframe src="http://adv4.diariolibre.com/openx/banners/articulos_pos_3_300x250.html" width="336" height="280" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["dlenglish_det"]["bannerRight"] 			= '<div class="code"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_articulos_300x250.html" width="336" height="280" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["dlenglish_det"]["commentbanners"] 			= '<div id="commentbanner1"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_articulos_comentarios_1_180x150.html" width="180" height="150" scrolling="no" border="0" frameborder="0"></iframe></div><div id="commentbanner2"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_articulos_comentarios_2_180x150.html" width="180" height="150" scrolling="no" border="0" frameborder="0"></iframe></div>';	
		siteAdZones["dlenglish_det"]["middlebanners728"] 		= '<div id="bannermiddle728x90"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_articulos_footer_728x90.html" width="728" height="90" scrolling="no" border="0" frameborder="0"></iframe></div>';
		
		
		siteAdZones["salud_det"] = new Array();
		siteAdZones["salud_det"]["header"] 				= '<div id="bannerTop468x60"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_posicion_1.html" width="468" height="60" scrolling="no" border="0" frameborder="0"></iframe></div><div id="bannerTop52x60"><iframe src="http://adv4.diariolibre.com/openx/banners/home_header_52x60.html" width="60" height="60" scrolling="no" border="0" frameborder="0"></iframe></div><div id="banner964x84"><iframe src="http://adv4.diariolibre.com/openx/banners/header_960x80.html" width="968" height="82" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["salud_det"]["primaryleft"] 			= '<div id="bannerPrimaryTop"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_588x30.html" width="588" height="30" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["salud_det"]["bannerPrimaryBottomLists"] 		= '<div id="bannerListBottom468x60"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_posicion_2.html" width="468" height="60" scrolling="no" border="0" frameborder="0"></iframe></div>';
		//siteAdZones["salud_det"]["bannerRight336_650"] 		= '<div id="bannerRightBottom336x650"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_160x600.html" width="336" height="650" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["salud_det"]["bannerRight336_650"] 			= '<div id="bannerRightBottom336x280_1"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_articulos_160x600.html" width="336" height="280" scrolling="no" border="0" frameborder="0"></iframe></div><div id="bannerRightBottom336x280_2"><iframe src="http://adv4.diariolibre.com/openx/banners/articulos_pos_3_300x250.html" width="336" height="280" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["salud_det"]["bannerRight"] 			= '<div class="code"><iframe src="http://adv4.diariolibre.com/openx/banners/salud_300x250.html" width="336" height="280" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["salud_det"]["middlebanners728"] 			= '<div id="bannermiddle728x90"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_listado728x90.html" width="728" height="90" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["salud_det"]["commentbanners"] 			= '<div id="commentbanner1"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_articulos_comentarios_1_180x150.html" width="180" height="150" scrolling="no" border="0" frameborder="0"></iframe></div><div id="commentbanner2"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_articulos_comentarios_2_180x150.html" width="180" height="150" scrolling="no" border="0" frameborder="0"></iframe></div>';	
		

		
		siteAdZones["encuestas_list"] = new Array();
		siteAdZones["encuestas_list"]["header"] 			= '<div id="bannerTop468x60"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_list_1.html" width="468" height="60" scrolling="no" border="0" frameborder="0"></iframe></div><div id="bannerTop52x60"><iframe src="http://adv4.diariolibre.com/openx/banners/home_header_52x60.html" width="60" height="60" scrolling="no" border="0" frameborder="0"></iframe></div><div id="banner964x84"><iframe src="http://adv4.diariolibre.com/openx/banners/header_960x80.html" width="968" height="82" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["encuestas_list"]["primaryleft"] 			= '<div id="bannerPrimaryTop"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_list_588x30.html" width="588" height="30" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["encuestas_list"]["bannerPrimaryBottomLists"] 	= '<div id="bannerListBottom468x60"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_list_2.html" width="468" height="60" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["encuestas_list"]["bannerRight336_650"] 		= '<div id="bannerRightBottom336x650"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_list_160x600.html" width="336" height="650" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["encuestas_list"]["bannerRight"] 			= '<div class="code"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_list_300x250.html" width="336" height="280" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["encuestas_list"]["middlebanners728"] 		= '<div id="bannermiddle728x90"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_footer_728x90.html" width="728" height="90" scrolling="no" border="0" frameborder="0"></iframe></div>';
		
		
		siteAdZones["history_all"] = new Array();
		siteAdZones["history_all"]["header"] 				= '<div id="bannerTop468x60"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_list_1.html" width="468" height="60" scrolling="no" border="0" frameborder="0"></iframe></div><div id="bannerTop52x60"><iframe src="http://adv4.diariolibre.com/openx/banners/home_header_52x60.html" width="60" height="60" scrolling="no" border="0" frameborder="0"></iframe></div><div id="banner964x84"><iframe src="http://adv4.diariolibre.com/openx/banners/header_960x80.html" width="968" height="82" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["history_all"]["primaryleft"] 			= '<div id="bannerPrimaryTop"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_list_588x30.html" width="588" height="30" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["history_all"]["bannerPrimaryBottomLists"] 		= '<div id="bannerListBottom468x60"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_list_2.html" width="468" height="60" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["history_all"]["bannerRight336_650"] 		= '<div id="bannerRightBottom336x650"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_list_160x600.html" width="336" height="650" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["history_all"]["bannerRight"] 			= '<div class="code"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_list_300x250.html" width="336" height="280" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["history_all"]["middlebanners728"] 			= '<div id="bannermiddle728x90"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_footer_728x90.html" width="728" height="90" scrolling="no" border="0" frameborder="0"></iframe></div>';
		
		
		siteAdZones["videos"] = new Array();
		siteAdZones["videos"]["header"] 				= '<div id="bannerTop468x60"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_list_1.html" width="468" height="60" scrolling="no" border="0" frameborder="0"></iframe></div><div id="bannerTop52x60"><iframe src="http://adv4.diariolibre.com/openx/banners/home_header_52x60.html" width="60" height="60" scrolling="no" border="0" frameborder="0"></iframe></div><div id="banner964x84"><iframe src="http://adv4.diariolibre.com/openx/banners/header_960x80.html" width="968" height="82" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["videos"]["primaryleft"] 				= '<div id="bannerPrimaryTop"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_list_588x30.html" width="588" height="30" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["videos"]["bannerPrimaryBottomLists"] 		= '<div id="bannerListBottom468x60"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_posicion_2.html" width="468" height="60" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["videos"]["bannerRight336_650"] 			= '<div id="bannerRightBottom336x650"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_160x600.html" width="336" height="650" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["videos"]["bannerRight"] 				= '<div class="code"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_list_300x250.html" width="336" height="280" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["videos"]["middlebanners728"] 			= '<div id="bannermiddle728x90"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_footer_728x90.html" width="728" height="90" scrolling="no" border="0" frameborder="0"></iframe></div>';
		
		
		siteAdZones["epaper_det"] = new Array();
		siteAdZones["epaper_det"]["header"] 				= '<div id="bannerTop468x60"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_list_1.html" width="468" height="60" scrolling="no" border="0" frameborder="0"></iframe></div><div id="bannerTop52x60"><iframe src="http://adv4.diariolibre.com/openx/banners/home_header_52x60.html" width="60" height="60" scrolling="no" border="0" frameborder="0"></iframe></div><div id="banner964x84"><iframe src="http://adv4.diariolibre.com/openx/banners/header_960x80.html" width="968" height="82" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["epaper_det"]["middlebanners728"] 			= '<div id="bannermiddle728x90"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_footer_728x90.html" width="728" height="90" scrolling="no" border="0" frameborder="0"></iframe></div>';
		

		siteAdZones["movil"] = new Array();
		siteAdZones["movil"]["header"] 					= '<div id="bannerTop468x60"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_list_1.html" width="468" height="60" scrolling="no" border="0" frameborder="0"></iframe></div><div id="bannerTop52x60"><iframe src="http://adv4.diariolibre.com/openx/banners/home_header_52x60.html" width="60" height="60" scrolling="no" border="0" frameborder="0"></iframe></div><div id="banner964x84"><iframe src="http://adv4.diariolibre.com/openx/banners/header_960x80.html" width="968" height="82" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["movil"]["primaryleft"] 				= '<div id="bannerPrimaryTop"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_list_588x30.html" width="588" height="30" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["movil"]["bannerRight"] 				= '<div class="code"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_list_300x250.html" width="336" height="280" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["movil"]["middlebanners728"] 			= '<div id="bannermiddle728x90"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_footer_728x90.html" width="728" height="90" scrolling="no" border="0" frameborder="0"></iframe></div>';
		
		siteAdZones["rostros"] = new Array();
		siteAdZones["rostros"]["header"] 				= '<div id="bannerTop468x60"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_list_1.html" width="468" height="60" scrolling="no" border="0" frameborder="0"></iframe></div><div id="bannerTop52x60"><iframe src="http://adv4.diariolibre.com/openx/banners/home_header_52x60.html" width="60" height="60" scrolling="no" border="0" frameborder="0"></iframe></div><div id="banner964x84"><iframe src="http://adv4.diariolibre.com/openx/banners/header_960x80.html" width="968" height="82" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["rostros"]["primaryleft"] 				= '<div id="bannerPrimaryTop"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_list_588x30.html" width="588" height="30" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["rostros"]["bannerPrimaryBottomLists"] 		= '<div id="bannerListBottom468x60"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_list_2.html" width="468" height="60" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["rostros"]["bannerRight336_650"] 			= '<div id="bannerRightBottom336x650"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_160x600.html" width="336" height="650" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["rostros"]["bannerRight"] 				= '<div class="code"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_list_300x250.html" width="336" height="280" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["rostros"]["middlebanners728"] 			= '<div id="bannermiddle728x90"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_footer_728x90.html" width="728" height="90" scrolling="no" border="0" frameborder="0"></iframe></div>';
		
		siteAdZones["eleciones"] = new Array();
		siteAdZones["eleciones"]["header"] 				= '<div id="bannerTop468x60"><iframe src="http://adv4.diariolibre.com/openx/banners/noticias_listado_posicion_1.html" width="468" height="60" scrolling="no" border="0" frameborder="0"></iframe></div><div id="bannerTop52x60"><iframe src="http://adv4.diariolibre.com/openx/banners/home_haeder_52x60.html" width="60" height="60" scrolling="no" border="0" frameborder="0"></iframe></div><div id="banner964x84"><iframe src="http://adv4.diariolibre.com/openx/banners/header_960x80.html" width="968" height="82" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["eleciones"]["primaryleft"] 			= '<div id="bannerPrimaryTop"><iframe src="http://adv4.diariolibre.com/openx/banners/noticias_listado_588x30.html" width="588" height="30" scrolling="no" border="0" frameborder="0"</iframe></div>';
		siteAdZones["eleciones"]["bannerPrimaryBottomLists"] 	        = '<div id="bannerListBottom468x60"><iframe src="http://adv4.diariolibre.com/openx/banners/noticias_listado_posicion_2.html" width="468" height="60" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["eleciones"]["bannerRight336_940"] 		        = '<div id="bannerRightBottom336x280_1"><iframe src="http://adv4.diariolibre.com/openx/banners/noticia_seccion_pos_2_300x250.html" width="336" height="280" scrolling="no" border="0" frameborder="0"></iframe></div><div id="bannerRightBottom336x650_2"><iframe src="http://adv4.diariolibre.com/openx/banners/noticias_listado_160x600.html" width="336" height="650" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["eleciones"]["bannerRight"] 			= '<div class="code"><iframe src="http://adv4.diariolibre.com/openx/banners/noticias_listado_300x250.html" width="336" height="280" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["eleciones"]["middlebanners728"] 		        = '<div id="bannermiddle728x90"><iframe src="http://adv4.diariolibre.com/openx/banners/noticias_listado_728x90.html" width="728" height="90" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["eleciones"]["bannerRight336_650"] 		        = '<div id="bannerRightBottom336x650"><iframe src="http://adv4.diariolibre.com/openx/banners/eleciones_160x600.html" width="336" height="650" scrolling="no" border="0" frameborder="0"></iframe></div>';
		
		
		siteAdZones["sudafrica2010"] = new Array();
		siteAdZones["sudafrica2010"]["header"] 				= '<div id="bannerTop468x60"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_list_1.html" width="468" height="60" scrolling="no" border="0" frameborder="0"></iframe></div><div id="bannerTop52x60"><iframe src="http://adv4.diariolibre.com/openx/banners/home_header_52x60.html" width="60" height="60" scrolling="no" border="0" frameborder="0"></iframe></div><div id="banner964x84"><iframe src="http://adv4.diariolibre.com/openx/banners/header_960x80.html" width="968" height="82" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["sudafrica2010"]["primaryleft"] 			= '<div id="bannerPrimaryTop"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_list_588x30.html" width="588" height="30" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["sudafrica2010"]["bannerPrimaryBottomLists"] 	= '<div id="bannerListBottom468x60"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_list_2.html" width="468" height="60" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["sudafrica2010"]["bannerRight336_650"] 		= '<div id="bannerRightBottom336x650"><iframe src="http://adv4.diariolibre.com/openx/banners/mund_300x400.html" width="336" height="650" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["sudafrica2010"]["bannerRight"] 			= '<div class="code"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_list_300x250.html" width="336" height="280" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["sudafrica2010"]["middlebanners728"] 		= '<div id="bannermiddle728x90"><iframe src="http://adv4.diariolibre.com/openx/banners/ecos_footer_728x90.html" width="728" height="90" scrolling="no" border="0" frameborder="0"></iframe></div>';

		
		
		siteAdZones["nh"] = new Array();
		siteAdZones["nh"]["header"] 				= '<div id="bannerTop468x60"><iframe src="http://adv4.diariolibre.com/openx/banners/nh_1.html" width="468" height="60" scrolling="no" border="0" frameborder="0"></iframe></div><div id="bannerTop52x60"><iframe src="http://adv4.diariolibre.com/openx/banners/home_header_52x60.html" width="60" height="60" scrolling="no" border="0" frameborder="0"></iframe></div><div id="banner964x84"><iframe src="http://adv4.diariolibre.com/openx/banners/header_960x80.html" width="968" height="82" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["nh"]["primaryleft"] 			= '<div id="bannerPrimaryTop"><iframe src="http://adv4.diariolibre.com/openx/banners/nh_588x30.html" width="588" height="30" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["nh"]["bannerPrimaryBottomLists"] 		= '<div id="bannerListBottom468x60"><iframe src="http://adv4.diariolibre.com/openx/banners/nh_2.html" width="468" height="60" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["nh"]["bannerRight336_650"] 		= '<div id="bannerRightBottom336x650"><iframe src="http://adv4.diariolibre.com/openx/banners/nh_2_300x250.html" width="336" height="350" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["nh"]["bannerRight"] 			= '<div class="code"><iframe src="http://adv4.diariolibre.com/openx/banners/nh_300x250.html" width="336" height="280" scrolling="no" border="0" frameborder="0"></iframe></div>';
		siteAdZones["nh"]["middlebanners728"] 			= '<div id="bannermiddle728x90"><iframe src="http://adv4.diariolibre.com/openx/banners/nh_728x90.html" width="728" height="90" scrolling="no" border="0" frameborder="0"></iframe></div>';




		if (typeof(siteAdZones[thisClassName]) == "object") {
			
			for (x in siteAdZones[thisClassName]) {
				
				var tmpDivToAppend 				= document.createElement('div');
				tmpDivToAppend.innerHTML 			= siteAdZones[thisClassName][x];
				
				thisDiv = document.getElementById(x);
				
				if (thisDiv != null) {
					
					thisDiv.appendChild(tmpDivToAppend.cloneNode(true));
				}
				
				
				
			}
		}
		
	}
	
	
	function fotonext () {
		
		if (current_foto < numfoto) {

			if (flag_active == false) {

				flag_active = true;

				setfoto ((current_foto + 1), current_foto);
				
				current_foto = current_foto + 1;
			}
		}
	}

	function fotoprev () {

		if (current_foto > 1) {

			if (flag_active == false) {

				flag_active = true;

				setfoto ((current_foto - 1), current_foto);
				
				current_foto = current_foto - 1;
			}
		}
	}

	function setfoto (showfoto, hidefoto) {

		checkFotoToShow = document.getElementById("fotonum" + showfoto);
		checkFotoToHide = document.getElementById("fotonum" + hidefoto);
		
		if (checkFotoToShow != null && checkFotoToHide != null) {
			
			fototext_to_insert = "";
			
			objTitle =  document.getElementById("fotolinknum" + showfoto).getAttribute('title');
			
			if (objTitle != null) {
			
				fototext_to_insert = objTitle;
				placeToText = document.getElementById("fotoinfo");

				if (!placeToText) {
					placeToText = document.getElementById("fotoinfo2");
				}
				
				if (placeToText != null) {
					
					placeToText.innerHTML = fototext_to_insert;
				}
			}
			
			// Sequenza animazione
			checkFotoToHide.style.display = 'none';
			checkFotoToHide.style.left = '-300px';
			checkFotoToShow.style.left = '0px';
			
			opacity("fotonum" + showfoto, 0, 100, 1000);
			
		}
	}

	
	function opacity(idlayer, opacStart, opacEnd, millisec) {

		//speed for each frame
		var o_speed = Math.round(millisec / 100);
		var o_timer = 0;

		//determine the direction for the blending, if start and end are the same nothing happens
		if(opacStart > opacEnd) {

			for(i = opacStart; i >= opacEnd; i--) {

				o_end = false;

				if (i <= opacEnd) o_end = true;

				setTimeout("changeOpac(" + i + ",'" + idlayer + "', "+o_end+")", (o_timer * o_speed));
				o_timer++;
			}

		} else if(opacStart < opacEnd) {

			for(i = opacStart; i <= opacEnd; i++) {

				o_end = false;

				if (i >= opacEnd) o_end = true;

				setTimeout("changeOpac(" + i + ", '" + idlayer + "', "+o_end+")", (o_timer * o_speed));
				o_timer++;
			}
		}
	}


	//change the opacity for different browsers
	function changeOpac(opacity, id, o_end, idlayer) {

		try {
			var object 		= document.getElementById(id).style; 
			object.opacity 		= (opacity / 100);
			object.MozOpacity 	= (opacity / 100);
			object.KhtmlOpacity 	= (opacity / 100);
			object.filter 		= "alpha(opacity=" + opacity + ")";


			if (opacity == 100) {

				object.opacity 		= undefined;
				object.MozOpacity 	= undefined;
				object.KhtmlOpacity 	= undefined;
				object.filter 		= "";
			}

		} catch (e) {

			// Capita quando la sfumatura è ancora in corso.. ma il layer viene droppato.
		}

		if (opacity == 0) {

			document.getElementById(id).style.display = 'none';

		} else {

			document.getElementById(id).style.display = 'block';
		}

		if (o_end) {

			 flag_active = false;
		}
	}
	
	
	
	
	function closelayer () {
		
		objLayer = document.getElementById("newsdetoverlayer");
		
		if (objLayer != null) {
			
			objLayer.style.display = "none";
		}
	}
	
	
	
	function redir_NoticiasHistory_Select(cat, year, month, day) {

		window.location = '/noticias_history.php?c='+cat+'&y='+year+'&m='+month+'&d='+day;
		
	} 

	function redir_NoticiasEdImpresa_Select(cat, year, month, day) {

		window.location = '/noticias_impresa.php?c='+cat+'&y='+year+'&m='+month+'&d='+day;
		
	} 

	function redir_epaperDet_Select(year, month, day) {

		window.location = '/dlvirtual.php?y='+year+'&m='+month+'&d='+day;
		
	} 
	
	function redir_dlmetroDet_Select(year, month, day) {

		window.location = '/dlmetro.php?y='+year+'&m='+month+'&d='+day;
		
	} 

	function redir_pzvirtualDet_Select(year, month, day) {

		window.location = '/plvirtual.php?y='+year+'&m='+month+'&d='+day;
		
	} 
	
	function redir_plnorteDet_Select(year, month, day) {

		window.location = '/plnorte.php?y='+year+'&m='+month+'&d='+day;
		
	} 
	
	
	function createCookie(name, value, days) {
	
		if (days) {
	
			var date = new Date();
			date.setTime(date.getTime()+(days*24*60*60*1000));
			var expires = "; expires="+date.toGMTString();
			
		} else {
			var expires = "";
		}
		
		document.cookie = name+"="+value+expires+"; path=/";
	}
	
	function readCookie(name) {
	
		var nameEQ = name + "=";
		var ca = document.cookie.split(';');
	
		for(var i=0;i < ca.length;i++) {
	
			var c = ca[i];
			
			while (c.charAt(0)==' ') {
				
				c = c.substring(1,c.length);
			}
			
			if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length,c.length);
		}
	
		return null;
	}
	
	function eraseCookie(name) {
	
		createCookie(name,"",-1);
	}

	
	var currentFontSize = 2;
	
	// Funzione per il set dei caratteri
	function setNewsFontSize (value) {
		
		
		if (value == 1) {
			
			if (currentFontSize < 6) {
				
				currentFontSize = 6;
				
				document.getElementById("newstext").style.fontSize = (10 + currentFontSize) + 'px';
			}
			
			
			
		} else if (value == -1) {
			
			if (currentFontSize > 2) {
				
				currentFontSize = 2;
				
				document.getElementById("newstext").style.fontSize = (10 + currentFontSize) + 'px';
			}
		}
		
		createCookie("currentFontSize", currentFontSize, 365);
	}
	
	
	function readNewsFontSize () {
		
		var tmp_cookie = readCookie('currentFontSize');
		
		if (tmp_cookie) {
			
			tmp_cookie = parseInt(tmp_cookie);
			
			if (tmp_cookie >= 2 && tmp_cookie <= 6) {
			
				currentFontSize = tmp_cookie;
				
				document.getElementById("newstext").style.fontSize = (10 + currentFontSize) + 'px';
			}
		}
	}
	
	
	function CreateBookmarkLink(url,desc){
	
		var bookmarkurl      = url;
		var bookmarktitle    = desc;
		var nonie            = 'Sorry, only Mozilla Firefox and Internet Explorer support this method to add a bookmark/favourite.';
	
		if (window.sidebar) { // Mozilla Firefox Bookmark
			window.sidebar.addPanel(bookmarktitle, bookmarkurl,"");
		} else if(document.all){ // IE Favourites
			window.external.AddFavorite(bookmarkurl,bookmarktitle);
		} else {
			alert(nonie);
		}
	}
	
	
	
	
	function openpopup (url, name, features) {
		
		window.open(url, name, features);
	}

	
 
	function findPosX(obj) {
		
		var curleft = 0;
		
		if(obj.offsetParent) {
		
			while(1) {
			
				curleft += obj.offsetLeft;
			
				if(!obj.offsetParent) {
			
					break;
				}
			
				obj = obj.offsetParent;
			}
			
		} else if(obj.x) {
		
			curleft += obj.x;
		}
		
		return curleft;
	}
	
	
	function findPosY (obj) {
		
		var curtop = 0;
		
		if(obj.offsetParent) {
			
			while(1) {
				
				curtop += obj.offsetTop;
			
				if(!obj.offsetParent) {
			
					break;
				}
				
				obj = obj.offsetParent;
			}
			
		} else if(obj.y) {
		
			curtop += obj.y;
		}
		
		return curtop;
	}
	
	
	function showNewsDet588x400 (layer_height) {
		
		objPos 	 = document.getElementById("startnewsdet");
		objLayer = document.getElementById("layer588x300");
		
		if (objPos && objLayer) {
		
			var positionX = findPosX(objPos);
			var positionY = findPosY(objPos);
			
			// Fix For IE6
			if ((getieversion() > 6 || getieversion() == 0) && objPos.className == "content") {
				
				positionY += 8;
				positionX += 8;
			}
			
			objLayer.style.top = positionY  + 'px';
			objLayer.style.left = positionX + 'px';
			
			objLayer.style.width = '960px';
			objLayer.style.height = '400px';
			
			
			// Check per altezza
			if (layer_height != null) {
				
				objLayer.style.height = layer_height + 'px';
			}
			
			objLayer.style.position = 'absolute';
			objLayer.style.display = 'block';
			
			// Hide banner alfter 30 seconds
			setTimeout("hideNewsDet588x300()", 40000);
		}
	}
	
	
	function hideNewsDet588x300 () {

		objLayer = document.getElementById("layer588x300");
		
		if (objLayer) {
			
			objLayer.style.display = 'none';
		}
	}
	
	
	function resizeBannerNewsDet588x300 () {

		objLayer = document.getElementById("layer588x300");
		objPos 	 = document.getElementById("startnewsdet");
	
		if (objPos && objLayer) {
		
			var positionX = findPosX(objPos);
			var positionY = findPosY(objPos);
				
			// Fix For IE6
			if ((getieversion() > 6 || getieversion() == 0 || expand_banner_loaded == true) && objPos.className == "content") {
					
				positionY += 8;
				positionX += 8;
			}
				
			//objLayer.style.top = positionY  + 'px';
			objLayer.style.left = positionX + 'px';
		}
	}





	// ############## NEW EXPAND BANNER ####################

	var expand_banner_loaded = false;

	function showExpand588x30 (layer_height) {
		
		objPos 	 = document.getElementById("bannerPrimaryTop");
		objLayer = document.getElementById("layer588x300");
		
		if (objPos && objLayer) {
			
			objPos.innerHTML = '';
		
			var positionX = findPosX(objPos);
			var positionY = findPosY(objPos);
			
			objLayer.style.top = (positionY - 2)  + 'px';
			objLayer.style.left = (positionX - 2) + 'px';
			
			
			// Check per altezza
			if (layer_height != null) {
				
				objLayer.style.height = layer_height + 'px';
			}
			
			objLayer.style.position = 'absolute';
			objLayer.style.display = 'block';

			expand_banner_loaded = true;
		}
	}
	
	function resizeExpand588x30 () {

		objLayer = document.getElementById("layer588x300");
		objPos 	 = document.getElementById("bannerPrimaryTop");
	
		if (objPos && objLayer) {
		
			var positionX = findPosX(objPos);
			var positionY = findPosY(objPos);
				
			objLayer.style.top = positionY  + 'px';
			objLayer.style.left = positionX + 'px';
		}
	}





	function showOverlayer (layer_height) {
		
		objPos 	 = document.getElementById("startnewsdet");
		objLayer = document.getElementById("overlayer");
		
		if (objPos && objLayer) {

			hidebanners ();
		
			var positionX = findPosX(objPos);
			var positionY = findPosY(objPos);
			
			// Fix For IE6
			if (getieversion() > 6 || getieversion() == 0) {
				
				positionY += 8;
				positionX += 8;
			}
			
			//objLayer.style.top = positionY  + 'px';
			objLayer.style.left = (positionX - 8) + 'px';
			
			
			// Check per altezza
			if (layer_height != null) {
				
				objLayer.style.height = layer_height + 'px';
			}
			
			objLayer.style.position = 'absolute';
			objLayer.style.display = 'block';
			
			// Hide banner alfter 13 seconds
			setTimeout("hideOverlayer()", 40000);
		}
	}
	
	
	function hideOverlayer () {

		showbanners();

		objLayer = document.getElementById("overlayer");
		
		if (objLayer) {
			
			objLayer.style.display = 'none';
		}
	}
	
	
	function getieversion () {
		
		versionIE = 0;

		if(navigator.appName.indexOf("Internet Explorer") != -1) {
		
			temp 	= navigator.appVersion.split("MSIE");
			versionIE = parseFloat(temp[1]);
		}
		
		return versionIE;
	}
	
	
	function paginaIniziale() {
		
		document.body.style.behavior='url(#default#homepage)';
		document.body.setHomePage('http://www.diariolibre.com/');
	}

	



var flag_start = "no";
var flag_read1 = "no";
var flag_read2 = "no";


function imposta1 () {

	flag_read1 = "ok";

	checkforstart();
}

function imposta2 () {

	flag_read2 = "ok";

	checkforstart();
}


function checkforstart () {

	if (flag_read1 == "ok" && flag_read2 == "ok") {

		flag_start = "ok";
	}
}



function read_flag_start () {
	
	return flag_start;
}

function fbs_click() {
	u_fb=location.href;
	t_fb=document.title;
	window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(u_fb)+'&t='+encodeURIComponent(t_fb),'sharer','toolbar=0,status=0,width=626,height=436');
	return false;
}


function trim(stringa) {
	
	while (stringa.substring(0,1) == ' ') {
		
		stringa = stringa.substring(1, stringa.length);
	}
	
	while (stringa.substring(stringa.length-1, stringa.length) == ' ') {
		
		stringa = stringa.substring(0,stringa.length-1);
	}
	
	return stringa;
}



function emptyFromText (obj, text) {
	
	if (obj) {
		

		if (trim(obj.value) == trim(text)) {
			
			obj.value = '';
		}
		
	}
}


function restoreFromText (obj, text) {
	
	if (obj) {
		
		if (trim(obj.value) == '') {
			
			obj.value = text;
		}
		
	}
}


function editLoginPass() {
	
	document.getElementById("log_pwd_text").style.display = 'none';
	document.headerlogin.pwd.focus();
}


function noeditLoginPass () {
	
	document.getElementById("log_pwd_text").style.display = 'block';
}


function editLoginPass_nofocus() {
	
	document.getElementById("log_pwd_text").style.display = 'none';
	
}


function hidebanners () {

	var elem = document.getElementsByTagName('iframe');

	for (var i = 0; i < elem.length; i++) {
		
		elem[i].style.display = 'none';
	}

}


function showbanners () {

	var elem = document.getElementsByTagName('iframe');

	for (var i = 0; i < elem.length; i++) {

		elem[i].style.display = 'block';
	}

}




function startList () {
	
	navRoot = document.getElementById("menu_ul");
	
	for (i=0; i<navRoot.childNodes.length; i++) {
		
		node = navRoot.childNodes[i];
		
		if (node.nodeName=="LI") {
			
			node.onmouseover=function() {
				
				this.className = "status_hover";
			}
		
			node.onmouseout=function() {
				this.className = "";
			}
		}
	}
}


function selectstatstab (num) {
	
	if (num != null) {
	
		objcontent_1 = document.getElementById("boxestadisticas_content1");
		objcontent_2 = document.getElementById("boxestadisticas_content2");
		
		objcontent_selected = document.getElementById("boxestadisticas_content"+num);
		
		objtab_selected = document.getElementById("boxestadisticas_tab"+num);
		
		objtab_1 = document.getElementById("boxestadisticas_tab1");
		objtab_2 = document.getElementById("boxestadisticas_tab2");
		
		
		if (objcontent_selected != null && objcontent_1 != null && objcontent_2 != null && objtab_selected != null && objtab_1 != null && objtab_2 != null) {
			
			objcontent_1.style.display = 'none';
			objcontent_2.style.display = 'none';
			
			objtab_1.className = '';
			objtab_2.className = '';
			
			objcontent_selected 	= document.getElementById("boxestadisticas_content"+num);
			objtab_selected 	= document.getElementById("boxestadisticas_tab"+num);
			
			objcontent_selected.style.display = 'block';
			objtab_selected.className = 'boxestadisticas_on';
		}
	}
}




	function setexpandbanner (zona, larghezza, altezza, codice) {

		if (zona != null && larghezza != null && altezza != null && codice != null) {

			if (zona != "" && larghezza >= 0 && altezza >= 0 && codice != "") {
				
				objDiv = document.getElementById(zona);


				if (objDiv != null) {

					if (zona == "zonetop1" && altezza > 90) {

						hidebanners ();
					} else {
						showbanners ();
					}


					if (larghezza == 0 || altezza == 0) {

						objDiv.style.display = 'none';
					} else {

						objDiv.style.display = 'block';
						objDiv.style.width = larghezza + 'px';
						objDiv.style.height = altezza + 'px';
						objDiv.style.overflow = 'hidden';
					}
				}
			}
		}
	}