



























	
	
	

	
	
	
	
	
	
	

	function recomendado(urlRecurso, resumen, urlDetalle) {
	this.urlRecurso = urlRecurso;
	this.resumen = resumen;
	this.urlDetalle = urlDetalle;
}


function comillas(que) {
	var i = que.indexOf('~');
	while (i >= 0) {
		que = que.replace('~',"'");
		i = que.indexOf('~')
	}
	return que;
}


var recomendados = new Array();


	
		
			
				urlDetalle = null;
				
					
						
							urlDetalle = 'http://www.reporteroindustrial.com/ri/secciones/RI/ES/MAIN/N/EVENTOS/LISTADO_EVENTO/documento_HTML.jsp?idDocumento=74308'
						

					
				

				recomendados['ZONADEFECTO'] = new recomendado('/ri/formas/82242/Scadapag1.jpg', 'Reportero Industrial lo invita al seminario Automatización Industrial y Sistemas de Control: Aplicaciones y Soluciones SCADA/HMI que se llevará a cabo el 11 y 12 de agosto en Bogotá, Colombia. Este evento es el escenario perfecto para aprender cómo implemetar sistemas de control en sus plantas y estar informado de lo más reciente en esta tecnología. Como conferencista principal tendremos al padre del PLC Richard Morley, quien hablará del futuro de la automatización.   ', urlDetalle);
			
		


	








var elRecomendado = null;
if (esDestacadoConZona) {
	elRecomendado = recomendados[laZona.toUpperCase()];
	if (elRecomendado == null) {
		elRecomendado = recomendados['ZONADEFECTO']
	}
} else {
	elRecomendado = recomendados['sinzona'];
}


if (elRecomendado != null) {
	document.write('<TABLE WIDTH="100%" border=0 cellpadding=0 cellspacing=0>');
	document.write('	<TR BGCOLOR="#5C6FA1">');
	document.write('		<TD VALIGN="TOP"><IMG SRC="/b2bportales/img/esq1blank.gif" WIDTH=3 HEIGHT=3></TD>');
	document.write('		<td><img src="/b2bportales/img/dot.gif" border=0 width=2 height=23></td>');
	document.write('		<TD CLASS="header">Recomendado</TD>');
	document.write('		<TD ALIGN="RIGHT" VALIGN="TOP"><IMG SRC="/b2bportales/img/esq2blank.gif" WIDTH=9 HEIGHT=8></TD>');
	document.write('	</TR>');
	document.write('</TABLE>');
	document.write('<TABLE WIDTH="100%" BORDER=0 CELLPADDING=1 CELLSPACING=0>');
	document.write('	<TR BGCOLOR="#5C6FA1">');
	document.write('		<TD COLSPAN=3>');
	document.write('		<TABLE WIDTH="100%" border=0 cellpadding=0 cellspacing=0>');
	document.write('			<TR BGCOLOR="#E0E4ED">');
	document.write('			<TD><IMG SRC="/b2bportales/img/dot.gif" WIDTH=5></TD>')
	document.write('					<TD CLASS="toutText"><IMG src="' + elRecomendado.urlRecurso + '" vspace=5><BR>');
	document.write(comillas(elRecomendado.resumen))
	
	if (elRecomendado.urlDetalle != null) {
		document.write('&nbsp;<A CLASS="linkDarkBlueUnderline10" HREF="' + elRecomendado.urlDetalle + '">Vea en detalle</A>');
	}
	document.write('</TD></TR>');
	document.write('<TR BGCOLOR="#E0E4ED">');
	document.write('	<TD COLSPAN=2><IMG SRC="/b2bportales/img/dot.gif" WIDTH=5></TD>');
	document.write('</TR>');
	document.write('</TABLE></TD></TR></TABLE>');
}

