A Simple JavaScript Count Down
Just set below variables in source code countdown.html
to your target date.
var y = 2014; // Year var M = 03; // Month var d = 17; // Day var h = 19; // Hour var m = 30; // Minute
"javascript countdown" is licensed under the MIT license. (http://opensource.org/licenses/MIT)