I want to show just the hours minutes and seconds calculated from days. I dont want to show days. how can I do this. I am using this below countdown library
http://www.gieson.com/Library/projects/utilities/countdown/
what I have tried so far is this
var myCountdownTest = new Countdown({
                                    time:86400 * 60,
                                    width   : 300, 
                                    height  : 70,
                                    rangeHi:"hour",
                                    style:  "flip"
                                    });
</script>