ÃÑ °Ô½Ã¹° 178°Ç, ÃÖ±Ù 0 °Ç
   
ÀÚ¹Ù½ºÅ©¸³Æ® ¹ÙÀÌ¿À ¸®µë
±Û¾´ÀÌ : ÇÁ·Î ³¯Â¥ : 2006-10-04 (¼ö) 11:43 Á¶È¸ : 14560
<html><head><title>¹ÙÀÌ¿À¸®µë</title>
<script>

function ck(form) {
var a=new Date();

var b_year;
var b_month;
var b_day;

var t_year;
var t_month;
var t_day;

if (!form.by.value) {
b_year = 1977;
b_month = 1;
b_day = 14;
}
else {
b_year=form.by.value;
b_month=form.bm.value;
b_day=form.bd.value;
}

if (!form.by.value) {
t_year = a.getYear();
t_month = a.getMonth();
t_day = a.getDate();
}
else {
t_year=form.by.value;
t_month=form.bm.value;
t_day=form.bd.value;
}

var b_hour = 1;
var b_min = 1;
var b_sec = 1;


var total=a.getTime();

total/=60*60*24;

var myt = new Date(b_year,b_month,b_day,b_hour,b_min,b_sec);
myt = myt.toGMTString();
var my_total=Date.parse(myt);

my_total/=60*60*24;

var totalday = total - my_total;

var pis = 3.141592654;

var physical = Math.sin((totalday / 23) * 2 * pis) * 100;

var emotional = Math.sin((totalday / 28) * 2 * pis) * 100;

var mental = Math.sin((totalday / 33) * 2 * pis) * 100;

var intuitive = Math.sin((totalday / 38) * 2 * pis) * 100;

physical = parseInt(physical);
emotional = parseInt(emotional);
mental = parseInt(mental);
intuitive = parseInt(intuitive);

document.write('ÀÚ¹Ù½ºÅ©¸³Æ® ¹ÙÀÌ¿À¸®µë<table><tr>');

width=physical;
if (width<0) {
width=-physical;
document.write('<td><hr size=2 color=blue align=right width='+width+'></td><td width=100> ü·Â : '+physical+'</td><td></td></tr>');
}
else {
width=physical;
document.write('<td></td><td> ü·Â : '+physical+'</td><td><hr size=2 color=red align=left width='+width+'></td></tr>');
}

width=emotional;
if (width<0) {
width=-emotional;
document.write('<td><hr size=2 color=blue align=right width='+width+'></td><td> °¨¼º : '+emotional+'</td><td></td></tr>');
}
else {
width=emotional;
document.write('<td></td><td> °¨¼º : '+emotional+'</td><td><hr size=2 color=red align=left width='+width+'></td></tr>');
}

width=mental;
if (width<0) {
width=-mental;
document.write('<td><hr size=2 color=blue align=right width='+width+'></td><td> Áö°¢ : '+mental+'</td><td></td></tr>');
}
else {
width=mental;
document.write('<td></td><td> Áö°¢ : '+mental+'</td><td><hr size=2 color=red align=left width='+width+'></td></tr>');
}

width=intuitive;
if (width<0) {
width=-intuitive;
document.write('<td><hr size=2 color=blue align=right width='+width+'></td><td> Áö¼º : '+intuitive+'</td><td></td></tr>');
}
else {
width=intuitive;
document.write('<td></td><td> Áö¼º : '+intuitive+'</td><td><hr size=2 color=red align=left width='+width+'></td></tr>');
}
document.write('</table>');
}
</script>
</head>
<body>
<form name=f><table><tr><td colspan=2>ÀÚ¹Ù½ºÅ©¸³Æ® ¹ÙÀÌ¿À¸®µë</td></tr>
<tr><td>»ý³â¿ùÀÏ (¾ç·Â)</td><td><input type=input name=by size=4 value=1977>³â
<input type=input name=bm size=2 value=1>¿ù
<input type=input name=bd size=2 value=14>ÀÏ</td></tr>
<tr><td>¾Ë¾Æº¼ ³¯Â¥ÁöÁ¤ </td><td>
<script>
var z=new Date();

var t_year = z.getYear();
var t_month = z.getMonth();
var t_day = z.getDate();

var total=z.getTime();

document.write('<input type=input name=ty size=4 value='+t_year +'>³â');
document.write(' <input type=input name=tm size=2 value='+t_month+'>¿ù');
document.write(' <input type=input name=td size=2 value='+t_day+'>ÀÏ');
</script>
<input type=button value=º¸±â onClick="ck(this.form)"></td></tr></table>
</form>
</body>
</html>

   


ÃÑ °Ô½Ã¹° 178°Ç, ÃÖ±Ù 0 °Ç
¹øÈ£ Á¦¸ñ ±Û¾´ÀÌ ³¯Â¥ Á¶È¸
163  ¿À´Ã ³¯Â¥¿Í ¿äÀÏ ³Ö±â zzz 11-02 16490
162  º°ÀÚ¸® ¾Ë¾Æº¸±â zzz 11-02 14934
161  ¹è°æ »ö»ó¹Ù²Ù±â~ °­¹ÎÁö 10-24 14802
160  ÅؽºÆ®¿µ¿ª¿¡¼­ ¸Þ¼¼Áöº°·Î ŸÀÌÇÎ ¾Ë¸®¹Ì 10-15 14833
159  ¸¶¿ì½º ¿À¸¥Âʸ޴º, µå·¡±×, ¼±Åú¹»ç ±ÝÁöÇϱ⠾˸®¹Ì 10-15 14673
158  ¹«´Ü¸µÅ© ±ÝÁö ½ºÅ©¸³Æ® ¾Ë¸®¹Ì 10-15 17190
157  ¿ìÃø¿¡ µû¶ó´Ù´Ï´Â ¹è³Ê»ðÀÔ Çö°æ¸¾ 10-13 14722
156  ±ò²ûÇÑ Æ÷½ºÆ®ÀÕÀÇ ´À³¦À» ÁÖ´Â ½ºÅ©¸³Æ® Çö°æ¸¾ 10-13 14924
155  ÆäÀÌÁö¿¡ Å׵θ®³Ö±â Çö°æ¸¾ 10-13 13356
154  »õ·Î°íħ(F5), Àüüâ(F11) ¸·±â dlalwk 10-05 14617
153  shift, ctrl (½¬ÇÁÆ®, ÄÁÆ®·Ñ)Å° Ŭ¸¯ÇÏ¸é °æ°í¸Þ¼¼Áö ¶ç¿ì±â dlalwk 10-05 13557
152  ÀͽºÇ÷η¯ 6ÀÇ À̹ÌÁö µµ±¸¸ðÀ½(ÀúÀå¹öÆ° µî) ¶ß´Â °Í ¸·±â whdms 10-05 13907
151  ÀÚ¹Ù½ºÅ©¸³Æ® ¹ÙÀÌ¿À ¸®µë ÇÁ·Î 10-04 14561
150  Á¢¼Ó½Ã ¼­¼­È÷ À̹ÌÁö ¼±¸íÇØÁö´Â ¼Ò½º À̾ßÈ£ 09-29 16608
149  XP SP2 Æ˾÷â Â÷´Ü°ú Çعý À̾ßÈ£ 09-29 13413
óÀ½  1  2  3  4  5  6  7  8  9  10  ´ÙÀ½  ¸Ç³¡
 
 

ȸ»ç¼Ò°³ | ÀÌ¿ë¾à°ü | °³ÀÎÁ¤º¸Ãë±Þ¹æħ | Ã¥ÀÓÀÇÇÑ°è¿Í ¹ýÀû°íÁö | À̸ÞÀϹ«´Ü¼öÁý°ÅºÎ | ÀÌ¿ë¾È³»