Feed on
Posts
Comments

Archive for July 18th, 2008

if(day==18 && month==7) {        // I refuse to grow up        bigGuy.age++;        Mandela.age++;        if (Mandela.age == 90)        {                // WOW!!! Nelson Mandela just turned 90!        }        if (bigGuy.age <= 30)        {               // Time to start getting younger!!!               bigGuy.age – -;        } }

Read Full Post »