|    
			
				30/01/2003, 14:49
			
			
			  | 
  |   |  |  |  |  Fecha de Ingreso: mayo-2001 Ubicación: Gotland-Visvy 
						Mensajes: 181
					 Antigüedad: 24 años, 5 meses Puntos: 0 |  | 
  |  hola usa esto
 <%@LANGUAGE="VBSCRIPT"%>
 <%
 Response.Buffer = TRUE
 ' Tells the browser to open table using MS-Word
 Response.ContentType = "application/msword"
 %>
     |