<script type="text/javascript">
/*<![CDATA[*/
var start_count = 360;
function countChange() {
var a = Math.floor(Math.random() * 5);
if (a == 1) {
document.getElementById("count").innerHTML = start_count--;
}
setTimeout("countChange()", 500)
} /*]]>*/
</script>