dg0=new Image();dg0.src="/templates/fitplus/img/watch_switch/switch/dg0.gif";
dg1=new Image();dg1.src="/templates/fitplus/img/watch_switch/switch/dg1.gif";
dg2=new Image();dg2.src="/templates/fitplus/img/watch_switch/switch/dg2.gif";
dg3=new Image();dg3.src="/templates/fitplus/img/watch_switch/switch/dg3.gif";
dg4=new Image();dg4.src="/templates/fitplus/img/watch_switch/switch/dg4.gif";
dg5=new Image();dg5.src="/templates/fitplus/img/watch_switch/switch/dg5.gif";
dg6=new Image();dg6.src="/templates/fitplus/img/watch_switch/switch/dg6.gif";
dg7=new Image();dg7.src="/templates/fitplus/img/watch_switch/switch/dg7.gif";
dg8=new Image();dg8.src="/templates/fitplus/img/watch_switch/switch/dg8.gif";
dg9=new Image();dg9.src="/templates/fitplus/img/watch_switch/switch/dg9.gif";

function dotime(){ 
    theTime=setTimeout('dotime()',1000);
    d = new Date();
    hr= d.getHours()+100;
    mn= d.getMinutes()+100;
    se= d.getSeconds()+100;
    tot=''+hr+mn+se;
    document.hr1.src='/templates/fitplus/img/watch_switch/switch/dg'+tot.substring(1,2)+'.gif';
    document.hr2.src='/templates/fitplus/img/watch_switch/switch/dg'+tot.substring(2,3)+'.gif';
    document.mn1.src='/templates/fitplus/img/watch_switch/switch/dg'+tot.substring(4,5)+'.gif';
    document.mn2.src='/templates/fitplus/img/watch_switch/switch/dg'+tot.substring(5,6)+'.gif';
}
