Countdown
This is my first jQuery plugin
very simple to use, just add the jquery.countdown.js to your html code. Then in a DIV, set the class to countdown and the add a new attribute named secs="X".
div class="countdown" secs="30"
The component will countdown from 30 to 0 secs, then reload the page.
checkout the Demo page.