|
À̸§: Æß
2009/7/17(±Ý) 06:32 (MSIE6.0,WindowsNT5.1,SV1,GTB6,.NETCLR2.0.50727,.NETCLR3.0.4506.2152,.NETCLR3.5.30729) 121.149.166.33 1440x900
̵̧:
|
Àç¹ÌÀÖ´Â ½Ã°èÀÔ´Ï´Ù. <P> </P><BR>
<SCRIPT language=JavaScript>
<br>dCol='000CFF';//date colour.
<br>fCol='00FF00';//face colour.
<br>sCol='CC3400';//seconds colour.
<br>mCol='000CFF';//minutes colour.
<br>hCol='000CFF';//hours colour.
<br>ClockHeight=50;
<br>ClockWidth=50;
<br>ClockFromMouseY=0;
<br>ClockFromMouseX=100;
<br>d=new Array("ÀÏ¿äÀÏ","¿ù¿äÀÏ","È¿äÀÏ","¼ö¿äÀÏ","¸ñ¿äÀÏ","±Ý¿äÀÏ","Åä¿äÀÏ");
<br>m=new Array("1¿ù","2¿ù","3¿ù","4¿ù","5¿ù","6¿ù","7¿ù","8¿ù","9¿ù","10¿ù","11¿ù","12¿ù");
<br>date=new Date();
<br>day=date.getDate();
<br>year=date.getYear();
<br>if (year < 2000) year=year+1900;
<br>TodaysDate=" "+year+"³â "+m[date.getMonth()]+" "+day+"ÀÏ "+d[date.getDay()];
<br>D=TodaysDate.split('');
<br>H='......';
<br>H=H.split('');
<br>M='........';
<br>M=M.split('');
<br>S='..........';
<br>S=S.split('');
<br>Face='1 2 3 4 5 6 7 8 9 10 11 12';
<br>font='Arial';
<br>size=3;
<br>speed=0.2;
<br>ns=(document.layers);
<br>ie=(document.all);
<br>Face=Face.split(' ');
<br>n=Face.length;
<br>a=size*6;
<br>ymouse=0;
<br>xmouse=0;
<br>scrll=0;
<br>props="<font face="+font+" size="+size+" color="+fCol+"><B>";
<br>props2="<font face="+font+" size="+size+" color="+dCol+"><B>";
<br>Split=360/n;
<br>Dsplit=360/D.length;
<br>HandHeight=ClockHeight/8
<br>HandWidth=ClockWidth/8
<br>HandY=-5;
<br>HandX=0;
<br>scrll=0;
<br>step=0.02;
<br>currStep=0;
<br>y=new Array();x=new Array();Y=new Array();X=new Array();
<br>for (i=0; i < n; i++){y[i]=0;x[i]=0;Y[i]=0;X[i]=0}
<br>Dy=new Array();Dx=new Array();DY=new Array();DX=new Array();
<br>for (i=0; i < D.length; i++){Dy[i]=0;Dx[i]=0;DY[i]=0;DX[i]=0}
<br>if (ns){
<br>for (i=0; i < D.length; i++)
<br>document.write('<layer name="nsDate'+i+'" top=0 left=0 height='+a+' width='+a+'><center>'+props2+D[i]+'</font></center></layer>');
<br>for (i=0; i < n; i++)
<br>document.write('<layer name="nsFace'+i+'" top=0 left=0 height='+a+' width='+a+'><center>'+props+Face[i]+'</font></center></layer>');
<br>for (i=0; i < S.length; i++)
<br>document.write('<layer name=nsSeconds'+i+' top=0 left=0 width=17 height=17><font face=Arial size=3 color='+sCol+'><center><b>'+S[i]+'</b></center></font></layer>');
<br>for (i=0; i < M.length; i++)
<br>document.write('<layer name=nsMinutes'+i+' top=0 left=0 width=17 height=17><font face=Arial size=3 color='+mCol+'><center><b>'+M[i]+'</b></center></font></layer>');
<br>for (i=0; i < H.length; i++)
<br>document.write('<layer name=nsHours'+i+' top=0 left=0 width=17 height=17><font face=Arial size=3 color='+hCol+'><center><b>'+H[i]+'</b></center></font></layer>');
<br>}
<br>if (ie){
<br>document.write('<div id="Od" style="position:absolute;top:0px;left:0px"><div style="position:relative">');
<br>for (i=0; i < D.length; i++)
<br>document.write('<div id="ieDate" style="position:absolute;top:0px;left:0;height:'+a+';width:'+a+';text-align:center">'+props2+D[i]+'</B></font></div>');
<br>document.write('</div></div>');
<br>document.write('<div id="Of" style="position:absolute;top:0px;left:0px"><div style="position:relative">');
<br>for (i=0; i < n; i++)
<br>document.write('<div id="ieFace" style="position:absolute;top:0px;left:0;height:'+a+';width:'+a+';text-align:center">'+props+Face[i]+'</B></font></div>');
<br>document.write('</div></div>');
<br>document.write('<div id="Oh" style="position:absolute;top:0px;left:0px"><div style="position:relative">');
<br>for (i=0; i < H.length; i++)
<br>document.write('<div id="ieHours" style="position:absolute;width:17px;height:16px;font-family:Arial;font-size:17px;color:'+hCol+';text-align:center;font-weight:bold">'+H[i]+'</div>');
<br>document.write('</div></div>');
<br>document.write('<div id="Om" style="position:absolute;top:0px;left:0px"><div style="position:relative">');
<br>for (i=0; i < M.length; i++)
<br>document.write('<div id="ieMinutes" style="position:absolute;width:17px;height:16px;font-family:Arial;font-size:17px;color:'+mCol+';text-align:center;font-weight:bold">'+M[i]+'</div>');
<br>document.write('</div></div>')
<br>document.write('<div id="Os" style="position:absolute;top:0px;left:0px"><div style="position:relative">');
<br>for (i=0; i < S.length; i++)
<br>document.write('<div id="ieSeconds" style="position:absolute;width:17px;height:16px;font-family:Arial;font-size:17px;color:'+sCol+';text-align:center;font-weight:bold">'+S[i]+'</div>');
<br>document.write('</div></div>')
<br>}
<br>(ns)?window.captureEvents(Event.MOUSEMOVE):0;
<br>function Mouse(evnt){
<br>ymouse = (ns)?evnt.pageY+ClockFromMouseY-(window.pageYOffset):event.y+ClockFromMouseY;
<br>xmouse = (ns)?evnt.pageX+ClockFromMouseX:event.x+ClockFromMouseX;
<br>}
<br>(ns)?window.onMouseMove=Mouse:document.onmousemove=Mouse;
<br>function ClockAndAssign(){
<br>time = new Date ();
<br>secs = time.getSeconds();
<br>sec = -1.57 + Math.PI * secs/30;
<br>mins = time.getMinutes();
<br>min = -1.57 + Math.PI * mins/30;
<br>hr = time.getHours();
<br>hrs = -1.575 + Math.PI * hr/6+Math.PI*parseInt(time.getMinutes())/360;
<br>if (ie){
<br>Od.style.top=window.document.body.scrollTop;
<br>Of.style.top=window.document.body.scrollTop;
<br>Oh.style.top=window.document.body.scrollTop;
<br>Om.style.top=window.document.body.scrollTop;
<br>Os.style.top=window.document.body.scrollTop;
<br>}
<br>for (i=0; i < n; i++){
<br>var F=(ns)?document.layers['nsFace'+i]:ieFace[i].style;
<br>F.top=y[i] + ClockHeight*Math.sin(-1.0471 + i*Split*Math.PI/180)+scrll;
<br>F.left=x[i] + ClockWidth*Math.cos(-1.0471 + i*Split*Math.PI/180);
<br>}
<br>for (i=0; i < H.length; i++){
<br>var HL=(ns)?document.layers['nsHours'+i]:ieHours[i].style;
<br>HL.top=y[i]+HandY+(i*HandHeight)*Math.sin(hrs)+scrll;
<br>HL.left=x[i]+HandX+(i*HandWidth)*Math.cos(hrs);
<br>}
<br>for (i=0; i < M.length; i++){
<br>var ML=(ns)?document.layers['nsMinutes'+i]:ieMinutes[i].style;
<br>ML.top=y[i]+HandY+(i*HandHeight)*Math.sin(min)+scrll;
<br>ML.left=x[i]+HandX+(i*HandWidth)*Math.cos(min);
<br>}
<br>for (i=0; i < S.length; i++){
<br>var SL=(ns)?document.layers['nsSeconds'+i]:ieSeconds[i].style;
<br>SL.top=y[i]+HandY+(i*HandHeight)*Math.sin(sec)+scrll;
<br>SL.left=x[i]+HandX+(i*HandWidth)*Math.cos(sec);
<br>}
<br>for (i=0; i < D.length; i++){
<br>var DL=(ns)?document.layers['nsDate'+i]:ieDate[i].style;
<br>DL.top=Dy[i] + ClockHeight*1.5*Math.sin(currStep+i*Dsplit*Math.PI/180)+scrll;
<br>DL.left=Dx[i] + ClockWidth*1.5*Math.cos(currStep+i*Dsplit*Math.PI/180);
<br>}
<br>currStep-=step;
<br>}
<br>function Delay(){
<br>scrll=(ns)?window.pageYOffset:0;
<br>Dy[0]=Math.round(DY[0]+=((ymouse)-DY[0])*speed);
<br>Dx[0]=Math.round(DX[0]+=((xmouse)-DX[0])*speed);
<br>for (i=1; i < D.length; i++){
<br>Dy[i]=Math.round(DY[i]+=(Dy[i-1]-DY[i])*speed);
<br>Dx[i]=Math.round(DX[i]+=(Dx[i-1]-DX[i])*speed);
<br>}
<br>y[0]=Math.round(Y[0]+=((ymouse)-Y[0])*speed);
<br>x[0]=Math.round(X[0]+=((xmouse)-X[0])*speed);
<br>for (i=1; i < n; i++){
<br>y[i]=Math.round(Y[i]+=(y[i-1]-Y[i])*speed);
<br>x[i]=Math.round(X[i]+=(x[i-1]-X[i])*speed);
<br>}
<br>ClockAndAssign();
<br>setTimeout('Delay()',20);
<br>}
<br>if (ns||ie)window.onload=Delay;
<br></SCRIPT>
<BR><BR>
<DIV id=Od style="LEFT: 0px; POSITION: absolute; TOP: 0px"><BR>
<DIV style="POSITION: relative"><BR>
<DIV id=ieDate style="LEFT: 206px; WIDTH: 18px; POSITION: absolute; TOP: 128px; HEIGHT: 18px; TEXT-ALIGN: center"><FONT face=Arial color=#000cff size=3><B></B></FONT></DIV><BR>
<DIV id=ieDate style="LEFT: 192px; WIDTH: 18px; POSITION: absolute; TOP: 103px; HEIGHT: 18px; TEXT-ALIGN: center"><FONT face=Arial color=#000cff size=3><B>2</B></FONT></DIV><BR>
<DIV id=ieDate style="LEFT: 189px; WIDTH: 18px; POSITION: absolute; TOP: 76px; HEIGHT: 18px; TEXT-ALIGN: center"><FONT face=Arial color=#000cff size=3><B>0</B></FONT></DIV><BR>
<DIV id=ieDate style="LEFT: 195px; WIDTH: 18px; POSITION: absolute; TOP: 49px; HEIGHT: 18px; TEXT-ALIGN: center"><FONT face=Arial color=#000cff size=3><B>0</B></FONT></DIV><BR>
<DIV id=ieDate style="LEFT: 210px; WIDTH: 18px; POSITION: absolute; TOP: 27px; HEIGHT: 18px; TEXT-ALIGN: center"><FONT face=Arial color=#000cff size=3><B>9</B></FONT></DIV><BR>
<DIV id=ieDate style="LEFT: 233px; WIDTH: 18px; POSITION: absolute; TOP: 11px; HEIGHT: 18px; TEXT-ALIGN: center"><FONT face=Arial color=#000cff size=3><B>³â</B></FONT></DIV><BR>
<DIV id=ieDate style="LEFT: 260px; WIDTH: 18px; POSITION: absolute; TOP: 5px; HEIGHT: 18px; TEXT-ALIGN: center"><FONT face=Arial color=#000cff size=3><B></B></FONT></DIV><BR>
<DIV id=ieDate style="LEFT: 288px; WIDTH: 18px; POSITION: absolute; TOP: 8px; HEIGHT: 18px; TEXT-ALIGN: center"><FONT face=Arial color=#000cff size=3><B>7</B></FONT></DIV><BR>
<DIV id=ieDate style="LEFT: 314px; WIDTH: 18px; POSITION: absolute; TOP: 23px; HEIGHT: 18px; TEXT-ALIGN: center"><FONT face=Arial color=#000cff size=3><B>¿ù</B></FONT></DIV><BR>
<DIV id=ieDate style="LEFT: 335px; WIDTH: 18px; POSITION: absolute; TOP: 46px; HEIGHT: 18px; TEXT-ALIGN: center"><FONT face=Arial color=#000cff size=3><B></B></FONT></DIV><BR>
<DIV id=ieDate style="LEFT: 349px; WIDTH: 18px; POSITION: absolute; TOP: 74px; HEIGHT: 18px; TEXT-ALIGN: center"><FONT face=Arial color=#000cff size=3><B>1</B></FONT></DIV><BR>
<DIV id=ieDate style="LEFT: 354px; WIDTH: 18px; POSITION: absolute; TOP: 106px; HEIGHT: 18px; TEXT-ALIGN: center"><FONT face=Arial color=#000cff size=3><B>7</B></FONT></DIV><BR>
<DIV id=ieDate style="LEFT: 351px; WIDTH: 18px; POSITION: absolute; TOP: 136px; HEIGHT: 18px; TEXT-ALIGN: center"><FONT face=Arial color=#000cff size=3><B>ÀÏ</B></FONT></DIV><BR>
<DIV id=ieDate style="LEFT: 344px; WIDTH: 18px; POSITION: absolute; TOP: 160px; HEIGHT: 18px; TEXT-ALIGN: center"><FONT face=Arial color=#000cff size=3><B></B></FONT></DIV><BR>
<DIV id=ieDate style="LEFT: 332px; WIDTH: 18px; POSITION: absolute; TOP: 178px; HEIGHT: 18px; TEXT-ALIGN: center"><FONT face=Arial color=#000cff size=3><B>±Ý</B></FONT></DIV><BR>
<DIV id=ieDate style="LEFT: 319px; WIDTH: 18px; POSITION: absolute; TOP: 187px; HEIGHT: 18px; TEXT-ALIGN: center"><FONT face=Arial color=#000cff size=3><B>¿ä</B></FONT></DIV><BR>
<DIV id=ieDate style="LEFT: 308px; WIDTH: 18px; POSITION: absolute; TOP: 186px; HEIGHT: 18px; TEXT-ALIGN: center"><FONT face=Arial color=#000cff size=3><B>ÀÏ</B></FONT></DIV></DIV></DIV><BR>
<DIV id=Of style="LEFT: 0px; POSITION: absolute; TOP: 0px"><BR>
<DIV style="POSITION: relative"><BR>
<DIV id=ieFace style="LEFT: 289px; WIDTH: 18px; POSITION: absolute; TOP: 36px; HEIGHT: 18px; TEXT-ALIGN: center"><FONT face=Arial color=#00ff00 size=3><B>1</B></FONT></DIV><BR>
<DIV id=ieFace style="LEFT: 307px; WIDTH: 18px; POSITION: absolute; TOP: 55px; HEIGHT: 18px; TEXT-ALIGN: center"><FONT face=Arial color=#00ff00 size=3><B>2</B></FONT></DIV><BR>
<DIV id=ieFace style="LEFT: 313px; WIDTH: 18px; POSITION: absolute; TOP: 80px; HEIGHT: 18px; TEXT-ALIGN: center"><FONT face=Arial color=#00ff00 size=3><B>3</B></FONT></DIV><BR>
<DIV id=ieFace style="LEFT: 307px; WIDTH: 18px; POSITION: absolute; TOP: 105px; HEIGHT: 18px; TEXT-ALIGN: center"><FONT face=Arial color=#00ff00 size=3><B>4</B></FONT></DIV><BR>
<DIV id=ieFace style="LEFT: 288px; WIDTH: 18px; POSITION: absolute; TOP: 123px; HEIGHT: 18px; TEXT-ALIGN: center"><FONT face=Arial color=#00ff00 size=3><B>5</B></FONT></DIV><BR>
<DIV id=ieFace style="LEFT: 263px; WIDTH: 18px; POSITION: absolute; TOP: 129px; HEIGHT: 18px; TEXT-ALIGN: center"><FONT face=Arial color=#00ff00 size=3><B>6</B></FONT></DIV><BR>
<DIV id=ieFace style="LEFT: 238px; WIDTH: 18px; POSITION: absolute; TOP: 123px; HEIGHT: 18px; TEXT-ALIGN: center"><FONT face=Arial color=#00ff00 size=3><B>7</B></FONT></DIV><BR>
<DIV id=ieFace style="LEFT: 221px; WIDTH: 18px; POSITION: absolute; TOP: 104px; HEIGHT: 18px; TEXT-ALIGN: center"><FONT face=Arial color=#00ff00 size=3><B>8</B></FONT></DIV><BR>
<DIV id=ieFace style="LEFT: 217px; WIDTH: 18px; POSITION: absolute; TOP: 80px; HEIGHT: 18px; TEXT-ALIGN: center"><FONT face=Arial color=#00ff00 size=3><B>9</B></FONT></DIV><BR>
<DIV id=ieFace style="LEFT: 226px; WIDTH: 18px; POSITION: absolute; TOP: 57px; HEIGHT: 18px; TEXT-ALIGN: center"><FONT face=Arial color=#00ff00 size=3><B>10</B></FONT></DIV><BR>
<DIV id=ieFace style="LEFT: 250px; WIDTH: 18px; POSITION: absolute; TOP: 41px; HEIGHT: 18px; TEXT-ALIGN: center"><FONT face=Arial color=#00ff00 size=3><B>11</B></FONT></DIV><BR>
<DIV id=ieFace style="LEFT: 281px; WIDTH: 18px; POSITION: absolute; TOP: 39px; HEIGHT: 18px; TEXT-ALIGN: center"><FONT face=Arial color=#00ff00 size=3><B>12</B></FONT></DIV></DIV></DIV><BR>
<DIV id=Oh style="LEFT: 0px; POSITION: absolute; TOP: 0px"><BR>
<DIV style="POSITION: relative"><BR>
<DIV id=ieHours style="FONT-WEIGHT: bold; FONT-SIZE: 17px; LEFT: 264px; WIDTH: 17px; COLOR: #000cff; FONT-FAMILY: Arial; POSITION: absolute; TOP: 75px; HEIGHT: 16px; TEXT-ALIGN: center">.</DIV><BR>
<DIV id=ieHours style="FONT-WEIGHT: bold; FONT-SIZE: 17px; LEFT: 262px; WIDTH: 17px; COLOR: #000cff; FONT-FAMILY: Arial; POSITION: absolute; TOP: 81px; HEIGHT: 16px; TEXT-ALIGN: center">.</DIV><BR>
<DIV id=ieHours style="FONT-WEIGHT: bold; FONT-SIZE: 17px; LEFT: 260px; WIDTH: 17px; COLOR: #000cff; FONT-FAMILY: Arial; POSITION: absolute; TOP: 87px; HEIGHT: 16px; TEXT-ALIGN: center">.</DIV><BR>
<DIV id=ieHours style="FONT-WEIGHT: bold; FONT-SIZE: 17px; LEFT: 258px; WIDTH: 17px; COLOR: #000cff; FONT-FAMILY: Arial; POSITION: absolute; TOP: 93px; HEIGHT: 16px; TEXT-ALIGN: center">.</DIV><BR>
<DIV id=ieHours style="FONT-WEIGHT: bold; FONT-SIZE: 17px; LEFT: 257px; WIDTH: 17px; COLOR: #000cff; FONT-FAMILY: Arial; POSITION: absolute; TOP: 99px; HEIGHT: 16px; TEXT-ALIGN: center">.</DIV><BR>
<DIV id=ieHours style="FONT-WEIGHT: bold; FONT-SIZE: 17px; LEFT: 255px; WIDTH: 17px; COLOR: #000cff; FONT-FAMILY: Arial; POSITION: absolute; TOP: 105px; HEIGHT: 16px; TEXT-ALIGN: center">.</DIV></DIV></DIV><BR>
<DIV id=Om style="LEFT: 0px; POSITION: absolute; TOP: 0px"><BR>
<DIV style="POSITION: relative"><BR>
<DIV id=ieMinutes style="FONT-WEIGHT: bold; FONT-SIZE: 17px; LEFT: 264px; WIDTH: 17px; COLOR: #000cff; FONT-FAMILY: Arial; POSITION: absolute; TOP: 75px; HEIGHT: 16px; TEXT-ALIGN: center">.</DIV><BR>
<DIV id=ieMinutes style="FONT-WEIGHT: bold; FONT-SIZE: 17px; LEFT: 262px; WIDTH: 17px; COLOR: #000cff; FONT-FAMILY: Arial; POSITION: absolute; TOP: 80px; HEIGHT: 16px; TEXT-ALIGN: center">.</DIV><BR>
<DIV id=ieMinutes style="FONT-WEIGHT: bold; FONT-SIZE: 17px; LEFT: 260px; WIDTH: 17px; COLOR: #000cff; FONT-FAMILY: Arial; POSITION: absolute; TOP: 86px; HEIGHT: 16px; TEXT-ALIGN: center">.</DIV><BR>
<DIV id=ieMinutes style="FONT-WEIGHT: bold; FONT-SIZE: 17px; LEFT: 258px; WIDTH: 17px; COLOR: #000cff; FONT-FAMILY: Arial; POSITION: absolute; TOP: 92px; HEIGHT: 16px; TEXT-ALIGN: center">.</DIV><BR>
<DIV id=ieMinutes style="FONT-WEIGHT: bold; FONT-SIZE: 17px; LEFT: 256px; WIDTH: 17px; COLOR: #000cff; FONT-FAMILY: Arial; POSITION: absolute; TOP: 98px; HEIGHT: 16px; TEXT-ALIGN: center">.</DIV><BR>
<DIV id=ieMinutes style="FONT-WEIGHT: bold; FONT-SIZE: 17px; LEFT: 254px; WIDTH: 17px; COLOR: #000cff; FONT-FAMILY: Arial; POSITION: absolute; TOP: 104px; HEIGHT: 16px; TEXT-ALIGN: center">.</DIV><BR>
<DIV id=ieMinutes style="FONT-WEIGHT: bold; FONT-SIZE: 17px; LEFT: 252px; WIDTH: 17px; COLOR: #000cff; FONT-FAMILY: Arial; POSITION: absolute; TOP: 110px; HEIGHT: 16px; TEXT-ALIGN: center">.</DIV><BR>
<DIV id=ieMinutes style="FONT-WEIGHT: bold; FONT-SIZE: 17px; LEFT: 251px; WIDTH: 17px; COLOR: #000cff; FONT-FAMILY: Arial; POSITION: absolute; TOP: 116px; HEIGHT: 16px; TEXT-ALIGN: center">.</DIV></DIV></DIV><BR>
<DIV id=Os style="LEFT: 0px; POSITION: absolute; TOP: 0px"><BR>
<DIV style="POSITION: relative"><BR>
<DIV id=ieSeconds style="FONT-WEIGHT: bold; FONT-SIZE: 17px; LEFT: 264px; WIDTH: 17px; COLOR: #cc3400; FONT-FAMILY: Arial; POSITION: absolute; TOP: 75px; HEIGHT: 16px; TEXT-ALIGN: center">.</DIV><BR>
<DIV id=ieSeconds style="FONT-WEIGHT: bold; FONT-SIZE: 17px; LEFT: 258px; WIDTH: 17px; COLOR: #cc3400; FONT-FAMILY: Arial; POSITION: absolute; TOP: 78px; HEIGHT: 16px; TEXT-ALIGN: center">.</DIV><BR>
<DIV id=ieSeconds style="FONT-WEIGHT: bold; FONT-SIZE: 17px; LEFT: 253px; WIDTH: 17px; COLOR: #cc3400; FONT-FAMILY: Arial; POSITION: absolute; TOP: 82px; HEIGHT: 16px; TEXT-ALIGN: center">.</DIV><BR>
<DIV id=ieSeconds style="FONT-WEIGHT: bold; FONT-SIZE: 17px; LEFT: 248px; WIDTH: 17px; COLOR: #cc3400; FONT-FAMILY: Arial; POSITION: absolute; TOP: 86px; HEIGHT: 16px; TEXT-ALIGN: center">.</DIV><BR>
<DIV id=ieSeconds style="FONT-WEIGHT: bold; FONT-SIZE: 17px; LEFT: 243px; WIDTH: 17px; COLOR: #cc3400; FONT-FAMILY: Arial; POSITION: absolute; TOP: 89px; HEIGHT: 16px; TEXT-ALIGN: center">.</DIV><BR>
<DIV id=ieSeconds style="FONT-WEIGHT: bold; FONT-SIZE: 17px; LEFT: 238px; WIDTH: 17px; COLOR: #cc3400; FONT-FAMILY: Arial; POSITION: absolute; TOP: 93px; HEIGHT: 16px; TEXT-ALIGN: center">.</DIV><BR>
<DIV id=ieSeconds style="FONT-WEIGHT: bold; FONT-SIZE: 17px; LEFT: 233px; WIDTH: 17px; COLOR: #cc3400; FONT-FAMILY: Arial; POSITION: absolute; TOP: 97px; HEIGHT: 16px; TEXT-ALIGN: center">.</DIV><BR>
<DIV id=ieSeconds style="FONT-WEIGHT: bold; FONT-SIZE: 17px; LEFT: 229px; WIDTH: 17px; COLOR: #cc3400; FONT-FAMILY: Arial; POSITION: absolute; TOP: 100px; HEIGHT: 16px; TEXT-ALIGN: center">.</DIV><BR>
<DIV id=ieSeconds style="FONT-WEIGHT: bold; FONT-SIZE: 17px; LEFT: 226px; WIDTH: 17px; COLOR: #cc3400; FONT-FAMILY: Arial; POSITION: absolute; TOP: 105px; HEIGHT: 16px; TEXT-ALIGN: center">.</DIV><BR>
<DIV id=ieSeconds style="FONT-WEIGHT: bold; FONT-SIZE: 17px; LEFT: 224px; WIDTH: 17px; COLOR: #cc3400; FONT-FAMILY: Arial; POSITION: absolute; TOP: 111px; HEIGHT: 16px; TEXT-ALIGN: center">.</DIV></DIV></DIV><!------------ ¿©±â±îÁö -------------><BR>
<P><BR>¸¶¿ì½º¿¡ µû¶ó´Ù´Õ´Ï´Ù. <!-- body end --></P>
|
|
|