%
Response.Buffer = True
Response.Expires = 0
%>
INMODOM
<%
theImageFileURL = Trim(Request.QueryString("theFile"))
If theImageFileURL = "" Then
theImageFile = "images/logofinalinmodom.jpg"
Else
theImageFile = "images/encarte/" & theImageFileURL
End If
%>