Little Shop Of Gifts : Online Giftshop : Men's, Women's, Kids, Occasionial, Celebration
var now = new Date();
// set this value to the countdown date.
var then = new Date("December 25, 2008");
var gap = then.getTime() - now.getTime();
gap = Math.floor(gap / (1000 * 60 * 60 * 24));
document.write(gap);
Days until Christmas!