I am using the following javascript in the header to refresh the page
<script type="text/JavaScript">
<!--
function timedRefresh(timeoutPeriod) {
setTimeout("location.reload(true);",timeoutPeriod);
}
// -->
</script>
and in the body tag
<body onload="JavaScript:timedRefresh(5000);">
My question is how do I add a text showing the countdown to refresh the page
x seconds to refresh