Ver Mensaje Individual
  #4 (permalink)  
Antiguo 03/02/2004, 15:07
Avatar de Nachzeher
Nachzeher
 
Fecha de Ingreso: enero-2003
Mensajes: 249
Antigüedad: 21 años, 3 meses
Puntos: 1
Ouch!!


Disculpa!

Va:

----
function checkIt(string)
{
place = detect.indexOf(string) + 1;
thestring = string;
return place;
}

----