Nguyen Thanh Dam
SCRIPT LANGUAGE = "JavaScript"> var now = new Date(); // set this value to the countdown date. var then = new Date("December 31, 2000"); var gap = then.getTime() - now.getTime(); gap = Math.floor(gap / (1000 * 60 * 60 * 24)); document.write(gap); Nguyen Thanh Dam
This page uses frames, but your browser doesn't support them.