	/******** PUBLICIDAD ********/

	// Postcarga de la publicidad
	// var postcarga = 2;
	
	function publiMJX(position,desde) {
		if(postcarga == desde)
			OAS_AD(position);
	}
	
	function cargarPubliMethode(posicion) {
		if(postcarga != 2)
			return;
		if(navigator.userAgent.indexOf("Netscape/7.0") > -1) {
			bIsNS70 = true;
		}
		else {
			bIsNS70 = false;
		}
		var ie4 = document.all;
		var ns6 = document.getElementById;
		if (ie4 || ns6) {
			var objOrigen = document.getElementById("publi2_" + posicion);
			var objDestino = document.getElementById("publi1_" + posicion);
			if((objDestino != null) && (!bIsNS70))
				objDestino.appendChild(objOrigen);
			else
				objOrigen.style.display = "none";
		}
	}
	
	// MJX
	if(typeof(OAS_url)=='undefined')
		OAS_url ='http://publi.grupocorreo.es/RealMedia/ads/';
	if(typeof(OAS_listpos)=='undefined')
		OAS_listpos = '';
	if(typeof(OAS_query)=='undefined')
		OAS_query = '?';
	if(typeof(OAS_sitepage)=='undefined')		
		OAS_sitepage = ''
	if(typeof(OAS_version)=='undefined')
		OAS_version = 10;
	if(typeof(OAS_rn)=='undefined')
		OAS_rn = '001234567890';
	if(typeof(OAS_rns)=='undefined')
		OAS_rns = '1234567890';
	OAS_rn = new String (Math.random()); OAS_rns = OAS_rn.substring (2, 11);
	OAS_version = 11;
	if (navigator.userAgent.indexOf('Mozilla/3') != -1)
		OAS_version = 10;
	if ((OAS_version >= 11) && (postcarga != 3))
		document.write('<SC'+'RIPT LANGUAGE=JavaScript1.1 SRC="' + OAS_url + 'adstream_mjx.ads/' + OAS_sitepage + '/1' + OAS_rns + '@' + OAS_listpos + OAS_query + '"><\/SCRIPT>');
	function OAS_NORMAL(pos) {
		document.write('<A HREF="' + OAS_url + 'click_nx.ads/' + OAS_sitepage + '/1' + OAS_rns + '@' + OAS_listpos + '!' + pos + OAS_query + '" TARGET=_top>');
		document.write('<IMG SRC="' + OAS_url + 'adstream_nx.ads/' + OAS_sitepage + '/1' + OAS_rns + '@' + OAS_listpos + '!' + pos + OAS_query + '" BORDER=0 ALT="Click!"></A>');
	}
	function OAS_AD(pos) {
		if (OAS_version >= 11 && typeof(OAS_RICH)!='undefined')
			OAS_RICH(pos);
		else
			OAS_NORMAL(pos);
	}
	// Fin MJX

	/******** FIN PUBLICIDAD ********/