21/10/2003, 14:23
|
| | | Fecha de Ingreso: septiembre-2001 Ubicación: Mexique
Mensajes: 1.632
Antigüedad: 23 años, 2 meses Puntos: 0 | |
<SCRIPT language="JavaScript">
<!--
if ((screen.width>=1024) && (screen.height>=768))
{
window.location="highres.html";
}
else
{
window.location="lowres.html";
}
//-->
</SCRIPT> |