<%@LANGUAGE="VBSCRIPT"%> <% ' *** 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 MM_removeList = "&index=" If (MM_paramName <> "") Then MM_removeList = MM_removeList & "&" & MM_paramName & "=" MM_keepURL="":MM_keepForm="":MM_keepBoth="":MM_keepNone="" ' add the URL parameters to the MM_keepURL string For Each Item In Request.QueryString NextItem = "&" & Item & "=" If (InStr(1,MM_removeList,NextItem,1) = 0) Then MM_keepURL = MM_keepURL & NextItem & Server.URLencode(Request.QueryString(Item)) End If Next ' add the Form variables to the MM_keepForm string For Each Item In Request.Form NextItem = "&" & Item & "=" If (InStr(1,MM_removeList,NextItem,1) = 0) Then MM_keepForm = MM_keepForm & NextItem & Server.URLencode(Request.Form(Item)) End If Next ' create the Form + URL string and remove the intial '&' from each of the strings MM_keepBoth = MM_keepURL & MM_keepForm if (MM_keepBoth <> "") Then MM_keepBoth = Right(MM_keepBoth, Len(MM_keepBoth) - 1) if (MM_keepURL <> "") Then MM_keepURL = Right(MM_keepURL, Len(MM_keepURL) - 1) if (MM_keepForm <> "") Then MM_keepForm = Right(MM_keepForm, Len(MM_keepForm) - 1) ' a utility function used for adding additional parameters to these strings Function MM_joinChar(firstItem) If (firstItem <> "") Then MM_joinChar = "&" Else MM_joinChar = "" End If End Function %> El Humor de Rogelio - Chiste
  
 

 
 
 
© Portal Local, S.L.
   
...pulse este botón para cerrar la ventana.
     
 

En un juicio en un pequeño pueblo del sur, el fiscal acusador llamó su primer testigo; una Sra. de mucha edad y abuela.

Se acercó a la testigo y preguntó: "¿Sra. Pérez, Ud. me conoce?".

Ella respondió: " Por supuesto que te conozco.

Te conozco desde que eras niño y, francamente me has desilusionado. Tú mientes, engañas a tu esposa, manipulas a las personas y hablas mal de ellas a sus espaldas. Te crees una gran persona cuando no tienes la inteligencia suficiente ni para ser un barrendero. Si, por supuesto que te conozco".

El abogado quedó lelo sin saber que hacer. Después de pensar un poco apuntó al otro extremo de la habitación y preguntó:

"¿Sra. Pérez, conoce Ud. Al abogado defensor?".

Ella contestó:

"Por supuesto que sí. También conozco al abogado defensor desde que era un niño. Es flojo, tiene problemas con la bebida, no puede tener una relación normal con nadie y su calidad como abogado es una de las peores del país. No debo olvidar mencionar también que engaña a su esposa con tres diferentes mujeres, una de las cuales es su esposa, Sr. Fiscal. Si, lo conozco".

El abogado defensor quedó en shock. El juez, entonces, pidió a ambos abogados que se acercaran al estrado y con voz muy tenue les dijo:

"Si alguno de los dos se le ocurre preguntarle a la vieja si me conoce, les juro que se pudren en la cárcel".