var slen=60;var mlen=14;var sec=slen;var min=mlen;function start(){countDown()}function stop(){if(document.getElementById){(document.getElementById("watch")).innerHTML="<a href='javascript:start()' title='Start'><img src='/images/iweb4/iplay.gif' height='12' width='12' alt='Start'></a>"}window.clearTimeout(SD)}function countDown(){sec=sec-1;if(sec==-1){sec=59;if(min==0){var A=(window.location).pathname;if(A.indexOf("public_messages.jsp")>-1){window.location="public_messages.jsp?subg=1"}else{window.location="pdchome.html"}min=mlen;sec=slen}else{if(min>0){min=min-1}}}if(sec<=9){sec="0"+sec}time=(min<=9?"0"+min:min)+":"+sec;if(document.getElementById("timer")){(document.getElementById("timer")).innerHTML=time}SD=window.setTimeout("countDown();",1000)}function countDownPage(){sec=sec-1;if(sec==-1){sec=59;if(min==0){window.location=mypage;min=mlen;sec=slen}else{if(min>0){min=min-1}}}if(sec<=9){sec="0"+sec}time=(min<=9?"0"+min:min)+":"+sec;if(document.getElementById){(document.getElementById("timer")).innerHTML=time}SD=window.setTimeout("countDownPage();",1000)};
