<% require_once("util.php"); db_open($conn); %> :: Bienvenidos a TAIRA Producciones - Arte Latinoamericano __________________________________________________________________
<% $x=0; db_query("select * from TABLAS where visible=1 and tipo='S' order by orden",$datosm); do { if (db_fetch($datosm,$PRm)) { db_query("select * from SERVICIOS where visible=1 and producto=$PRm->id order by orden",$datos1); if (db_rows($datos1)>0) { $x++; %> <% } } } while ($PRm); %>
  <%=str_replace("*","",$PRm->titulo)%>
style="display:none">
  GALERIAS
style="display:none">
  HOME
 
<% if ($_REQUEST["idn"]!="") db_query("select NOTICIAS.*,TABLAS.titulo as tprod from NOTICIAS,TABLAS where NOTICIAS.id=".$_REQUEST["idn"]." and NOTICIAS.visible=1 and TABLAS.id=NOTICIAS.producto",$datos); else db_query("select NOTICIAS.*,TABLAS.titulo as tprod from NOTICIAS,TABLAS where NOTICIAS.noticias=1 and NOTICIAS.visible=1 and TABLAS.id=NOTICIAS.producto order by NOTICIAS.orden",$datos); if (db_fetch($datos,$PR)) { %>
<% if ($PR->foto!="") { %>
<%=img($PR->foto,"",213,0)%>
<% } %>

<%=$PR->titulo%>
"<%=$PR->bajada%> "

<% if ($PR->pdf!="") { %>
Más información: <%=pdf($PR->pdf)%>
<% } %>

<%=str_replace("../bases","bases",$PR->contenido)%>

<% } %>
 
TAIRA Producciones © 2004 Derechos Reservados
www.taira.cl - E-mail: contacto@taira.cl Fono: (56-2) 239 0161
Santiago - Chile
 
<% db_query("select id,titulo,bajada from NOTICIAS where visible=1 order by orden",$datos); do { if (db_fetch($datos,$PR)) { %> <% } } while ($PR); %>