Current Residence: Romania, Satu Mare Favourite style of art: Photography Operating System: Mac OS X Personal Quote: You can't jump directly on the top, but you can always take the stairs. That's life.
Favourite Movies
7 pounds, Leon, Armagedon, K-PAX, Iron Man, The Curious Case of Benjamin Button
Favourite Writers
Lucian Blaga, Ion Barbu, Mihai Eminescu, Ion Minulescu
January = Ianuarie February = Februarie March = Martie April = Aprilie May = Mai June = Iunie July = Iulie August = August September = Septembrie October = Octombrie November = Noiembrie December = Decembrie
Here you have the vars: var m = ['IANUARIE', 'FEBRUARIE', 'MARTIE', 'APRILIE', 'MAI', 'IUNIE', 'IULIE', 'AUGUST', 'SEPTEMBRIE', 'OCTOMBRIE', 'NOIEMBRIE', 'DECEMBRIE']; var d = ['DUMINICA','LUNI', 'MARTI', 'MIERCURI', 'JOI', 'VINERI', 'SAMBATA', 'DUMINICA'];
And to fix "2. To make sure the gadgets works on time properly, start in the moment a new minute begins"
Replace setTimeout('update()', 60*1000);
With tSecs = dDateInfo.getSeconds(); setTimeout('update()', (60 - tSecs)*1000);