function diasonline(){fecha= new Date();hoy = new Date(fecha.getFullYear(),fecha.getMonth()+1,fecha.getDate());inicio = new Date(2003,04,18);resta = hoy.getTime() - inicio.getTime();resultado = Math.floor(resta/(1000*60*60*24));document.write(" "+resultado+" d&iacute;as online");}