%@LANGUAGE="JAVASCRIPT"%>
<% var MM_paramName = ""; %>
<%
// *** Go To Record and Move To Record: create strings for maintaining URL and Form parameters
// create the list of parameters which should not be maintained
var MM_removeList = "&index=";
if (MM_paramName != "") MM_removeList += "&" + MM_paramName.toLowerCase() + "=";
var MM_keepURL="",MM_keepForm="",MM_keepBoth="",MM_keepNone="";
// add the URL parameters to the MM_keepURL string
for (var items=new Enumerator(Request.QueryString); !items.atEnd(); items.moveNext()) {
var nextItem = "&" + items.item().toLowerCase() + "=";
if (MM_removeList.indexOf(nextItem) == -1) {
MM_keepURL += "&" + items.item() + "=" + Server.URLencode(Request.QueryString(items.item()));
}
}
// add the Form variables to the MM_keepForm string
for (var items=new Enumerator(Request.Form); !items.atEnd(); items.moveNext()) {
var nextItem = "&" + items.item().toLowerCase() + "=";
if (MM_removeList.indexOf(nextItem) == -1) {
MM_keepForm += "&" + items.item() + "=" + Server.URLencode(Request.Form(items.item()));
}
}
// create the Form + URL string and remove the intial '&' from each of the strings
MM_keepBoth = MM_keepURL + MM_keepForm;
if (MM_keepBoth.length > 0) MM_keepBoth = MM_keepBoth.substring(1);
if (MM_keepURL.length > 0) MM_keepURL = MM_keepURL.substring(1);
if (MM_keepForm.length > 0) MM_keepForm = MM_keepForm.substring(1);
%>
Tiempo Uruguayo
| |
| Director
Periodístico y Redactor Responsable |
Ramiro
Rodríguez-Villamil |
| Supervisor
de Redacción |
Jorge
Gatti |
| Columnistas |
Dr.
Carlos Moreira (sexología)
Dr. Daniel Rossi (mascotas)
Dr. Alfredo Etchandy (deportes)
Jorge Gatti (cine)
Centauro (horóscopo)
Nicolás Pérez Maurente |
| |
| Información
deportiva |
IPEP
(Instituto Profesional de Enseñanza Periodística) |
| Dibujante |
Polaco |
| Servicios
Internacionales |
Agence
France Presse (AFP) |
| Ejecutivos
de venta |
Freddy
Fraque y Julio Sosa |
| Departamento
comercial |
Adriana
Cuitiño |
| Distribución
y logística |
Carolina
Irazoqui |
| TU
Tiempo Uruguayo |
es
editado por Menol S.A.- Avda. 18
de julio 2111 l Tel. 408 2020
Inscripción en el MEC No.2028 (en trámite)
/ Impreso en Cidesol S.A. - Nueva York 1326-
Distribución gratuita. |
| Página
web |
www.tu.com.uy |
| Correo
electónico |
tu@tu.com.uy |
|
|
|
|
|
|
|
|