%
if (typeof(ciudad_nombre) != "undefined"){
if (typeof(temporalciudad) == "undefined" || temporalciudad != ciudad_nombre){
temporalciudad = ciudad_nombre;
%>
<% if (typeof(imagen) != "undefined") { %>
<% }
else if(typeof(icono) == "undefined"){ %>
<% }
%>
<% if (typeof(icono) != "undefined") { %>
<% } %>
<%
resaltarfechaclass = "";
if (typeof(resaltarfecha) != "undefined"){
resaltarfechaclass = "efecto-blink";
}
%>
<% if (typeof(valido_hasta) != "undefined") { %>
<%= valido_hasta %>
<% } %>
<% if (typeof(fechas) != "undefined" && fechas != "") { %>
<%= fechas %>
<% } %>
<%= titulo %>
<% if (typeof(texto) != "undefined") { %>
<%= texto %>
<% } %>
<% if (typeof(distancia) != "undefined") { %>
<%= distancia %>Km
<% } %>
<% if (typeof(gusta) != "undefined" && typeof(vistas) != "undefined") { %>
<%= nombre_empresa %>
<%= gusta %>
<%= vistas %>
<% } %>
<% if (typeof(numero) != "undefined") { %>
<% if (numero > 0) { %>
<%= numero %>
<% } %>
<% } %>