
29/10/2005, 15:43
|
 | | | Fecha de Ingreso: junio-2004 Ubicación: Acá
Mensajes: 1.166
Antigüedad: 20 años, 8 meses Puntos: 4 | |
var OPERA = (/Opera/i.test(window.navigator.userAgent));
var IE = (/MSIE/i.test(window.navigator.userAgent) && !OPERA);
var MOZ = (/(Firefox|gecko)/i.test(window.navigator.userAgent)); |