var montharray=new Array("Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec")
function countup(yr,m,d){
var today=new Date()
var todayy=today.getYear()
var todaym=today.getMonth()
var todayd=today.getDate()
if(todayy < 2000){
var todayy = today.getYear() + 1900;
}
var todaystring=montharray[todaym]+" "+todayd+", "+todayy
var paststring=montharray[m-1]+" "+d+", "+yr
var difference=(Math.round((Date.parse(todaystring)-Date.parse(paststring))/(24*60*60*1000))*1)
if(difference < 0){
var difference= difference * (-1);
}
difference+=" días"
document.write(""+difference+"")
}
//enter the count up date using the format year/month/day
countup(2008,01,5)
</script>
Me parece que no se ve la cuenta atrás en flash xD..
WEEE 4 Horass !! WEEEEEEEEEEEEEEEEEEEEEEE APOR ELLOS OEE !!! ESPERO NO DESILUSIONARME PORQ LO PONE MAS ALANTE
