i found this code in Internet.
`https://jsfiddle.net/bvotcode/d4qkt8jL/4/`
Now i want to change this code for reusable block
Example : function countdownblock(deadline)
then when i call only countdownblock(time_01) or countdownblock(time_02)
Thank you
Rewrite code for reusable block.