¿¡¾îÄÁ¼³Ä¡¾÷ü ¾È³»

ÀÎõ±¤¿ª½Ã

032-467-6004

°æ±â¼ö¿ø½Ã

031-239-3196

°æ±âÈ­¼º½Ã

031-377-6855

°æ±â¾È»ê½Ã

°æ±â¿À»ê½Ã

°æ±â¿ëÀνÃ

031-377-6855

°æ±â¼º³²½Ã

°æ±â½ÃÈï½Ã

010-9266-5975

°æ±âºÎõ½Ã

032-204-8010

Àü±¹ ¿¡¾îÄÁ¾÷ü ¾È³»


ÃÑ °Ô½Ã¹° 209°Ç, ÃÖ±Ù 0 °Ç
   
ÀÚ¹Ù½ºÅ©¸³Æ® ¹ÙÀÌ¿À ¸®µë
±Û¾´ÀÌ : ÇÁ·Î ³¯Â¥ : 2006-10-04 (¼ö) 11:43 Á¶È¸ : 9192
<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>

   


ÃÑ °Ô½Ã¹° 209°Ç, ÃÖ±Ù 0 °Ç
¹øÈ£ Á¦¸ñ ±Û¾´ÀÌ ³¯Â¥ Á¶È¸
69  ¹è°æ³Ö±âÀÇ ¸ðµç °Í ÅÂ±×¾ß 09-15 9260
68  ÆäÀÌÁö ÀÚµ¿À¸·Î À̵¿ ¿î¿µÀÚ 02-04 9254
67  Å׵θ®¼±À» ¹Ý¦¹Ý¦ÇÏ°Ô ¸¸µéÀÚ ¿î¿µÀÚ 02-16 9234
66  »óÅÂÇ¥½ÃÁÙ¿¡ ±ÛÀÚ ¾È³ª¿À°Ô Çϱâ ÇÁ·Î 05-31 9219
65  ¹«´Ü¸µÅ© ±ÝÁö ½ºÅ©¸³Æ® ¾Ë¸®¹Ì 10-15 9218
64  ¸ÚÁø ¹è°æ½ºÅ¸ÀÏ ¼Ò½º °­¹Ì¶õ 03-14 9213
63  À̹ÌÁö¿¡ Á¡¼± Å׵θ®¸¦ ¸¸µéÀÚ ¿î¿µÀÚ 02-09 9208
62  shift, ctrl (½¬ÇÁÆ®, ÄÁÆ®·Ñ)Å° Ŭ¸¯ÇÏ¸é °æ°í¡¦ dlalwk 10-05 9207
61  ÇÁ¸°Æ® Çϱ⠿ÀÚ 02-04 9201
60  ¸¶¼Ò Ä÷¯ ¼±Åà ´ëÈ­»óÀÚ ÇÁ·Î 12-17 9195
59  ÀÚ¹Ù½ºÅ©¸³Æ® ¹ÙÀÌ¿À ¸®µë ÇÁ·Î 10-04 9193
58  µ¿ÀÇÇÏÁö ¾ÊÀ¸¸é ¹öÆ°À» ´©¸¦¼ö ¾ø½À´Ï´Ù ÀÌ¿µ¹Ì 03-11 9192
57  µé¾î¿Ã ¶§ Áñ°Üã±â â ¶ç¿ì±â ¿î¿µÀÚ 02-04 9190
56  ¸µÅ©¸¶´Ù °¢±â ´Ù¸¥ css È¿°ú Áֱ⠿ÀÚ 02-05 9190
55  ±Ý¾×¿¡ Á¡Âï°í ÇÑ±Û Ç¥½ÃÇϱâ ÇÁ·Î 12-03 9158
54  ¸µÅ©¿¡ ¸¶¿ì½º¸¦ ´ë¸é µû¶ó ¶° ÀÖ´Â ·¹À̾î(dz¼±¡¦ ¹Ù¶÷µ¹ÀÌ 04-02 9149
53  Ã¢´Ý±â ¹öÆ° ¼Ò½º ¿î¿µÀÚ 02-03 9146
52  ÇöÀçÀÇ ³¯Â¥¿Í ½Ã°£ ¾Ë·ÁÁÖ´Â ¼Ò½º ¿î¿µÀÚ 02-03 9146
51  Åõ¸íÇÑ ½ºÅ©·Ñ¹Ù ¿î¿µÀÚ 03-02 9129
50  ¿Á¼Çó·³ ¼Ò½ºº¸±â ¾ÈµÇ´Â °÷ÀÇ ¼Ò½º¸¦ º¸´Â ¹æ¡¦ ¿î¿µÀÚ 02-27 9125
óÀ½  1  2  3  4  5  6  7  8  9  10  ´ÙÀ½  ¸Ç³¡
 

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