ÃÑ ¹æ¹®ÀÚ¼ö
365,912,660
Ȩ ·Î ±× ÀΠȸ ¿ø °¡ ÀÔ ÀÚÀ¯°Ô½ÃÆÇ ºÎÃß¿¬ ¼Ò°³ ã¾Æ¿À½Ã´Â ±æ
¾îÁ¦ÀÇ ¹æ¹®ÀÚ¼ö
1,771

¿À´ÃÀÇ ¹æ¹®ÀÚ¼ö
984

     ÈÄ    ¿ø    ±Ý
  ºÎ Ãß ¿¬ ¼º ¸í ¼­
ºÎÃß¿¬TV µ¿¿µ»ó
  ¿À´ÃÀÇ ºÎÁ¤ºÎÆÐ
ÇÖ   ÀÌ   ½´
Á¤ Ã¥ Á¦ ¾È
¾îÁ¦ µé¾î¿Â Á¦º¸
  °ø   Áö    »ç   Ç×
  ¹® Àç ÀÎ ºñ ¸®
  ±è Á¤ Àº ºñ ¸®
  ºÏ ±« ºñ ¸®
  ±¹ ȸ ÀÇ ¿ø ºñ ¸®
  °ø Á÷ ÀÚ ºñ ¸®
  °Ë Âû °æ Âû ºñ¸®
  ÆÇ »ç ºñ ¸®
  º¯ È£ »ç ºñ ¸®
  ¾ð ·Ð ºñ ¸®
  ±º ´ë ºñ ¸®
  ³ó ¾î ÃÌ ºñ ¸®
  ±³ À° ºñ ¸®
  ±â ¾÷ ºñ ¸®
  ¼¼ ¹« ºñ ¸®
  °Ç ¼³ ±³ Åë ºñ¸®
  ±Ý À¶ º¸ Çè ºñ¸®
  Á¤ º¸ Åë ½Å ºñ¸®
  Á¾ ±³ ºñ ¸®
À¥Èıâ
 
 
ÀÛ¼ºÀÚ : ±è¿©»ç    ÀÛ¼ºÀÏ : 10-05-26 Á¶È¸¼ö : 1,033 Ãßõ¼ö : 0 ¹øÈ£ :126
¿©·Ð 1¹øÁö ³»µ· µ¹¸®µµ! ºÎÃß¿¬

'ÃÐºÒ ÁÖµµ¼¼·Â':¼º±Ý ¸ð¾Æ '¼úÆÇ' : õ¾ÈÇÔ °øÀÛÁ¶ 6¸í ¿µ¿õ Ī [1]

Á¶È¸ 3910.05.26 17:29

ºØ ÃÌ mjongl**** ºØ ÃÌ´ÔÇÁ·ÎÇÊÀ̹ÌÁö
<scRIPT type=text/javascript> //&reloadTemplate=T var isRecom = false; var isOwner = false ; var isLogin = false ; //·Î±×ÀÎÆäÀÌÁö À̵¿ function chkLogin(type){ if(type == 1){ url="loginAgreeArticle?bbsId=D003&commentId=0&type=R&articleId=3652040&$parameter"; }else{ url="loginDisagreeArticle?bbsId=D003&commentId=0&type=R&articleId=3652040&$parameter"; } top.location.href=url; } function readRecom1(type){ //·Î±×ÀÎüũ if(!isLogin){chkLogin(type);return;} //º»Àο©ºÎüũ if(isOwner){ alert("ÀÚ½ÅÀÇ ±Û¿¡´Â ÅõÇ¥ÇÏ½Ç ¼ö ¾ø½À´Ï´Ù"); return false; } if(isRecom){ alert("ÀÌ¹Ì Âü¿©Çϼ̽À´Ï´Ù"); return; } var url = (type==1) ? 'agreeArticle':'disagreeArticle'; var ftype = (type==1) ? 'A':'D'; //·ÎµùÀ̹ÌÁö º¸¿©ÁÖ±â UI.$('bt_rcmd').style.display = "none"; UI.$('bt_oppo').style.display = "none"; UI.$('ld_image').style.display = ""; document.getElementById('ld_image').innerHTML = ""; new UI.Ajax( { url:url, param:'bbsId=D003&feedback.bbsId=D003&feedback.articleId=3652040&feedback.commentId=0&feedback.type='+ftype+'&articleId=3652040', onComplete:readRecom2 } ); } function readRecom2(req) { var result = eval('(' + req.responseText + ')'); //alert(result.status) UI.$('ld_image').style.display = "none"; UI.$('bt_rcmd').style.display = ""; UI.$('bt_oppo').style.display = ""; //·ÎµùÀ̹ÌÁö »èÁ¦ if (result.status == '500'){ alert("ÀÌ¹Ì Âü¿©Çϼ̽À´Ï´Ù"); isRecom = true; return false; }else if(result.status == '600'){ alert("ÀÌ¹Ì Âü¿©Çϼ̽À´Ï´Ù"); isRecom = true; return false; }else if (result.status == '700'){ alert("ÀÌ¹Ì Âü¿©Çϼ̽À´Ï´Ù"); isRecom = true; return false; }else if (result.status == '300'){ alert("À߸øµÈ ¿À·ùÀÔ´Ï´Ù. ´Ù½ÃÇѹø ½ÃµµÇØ ÁÖ¼¼¿ä."); return false; }else if (result.status == '200'){ UI.$('bt_rcmd').innerHTML = ""+result.agreeCount+""; UI.$('bt_oppo').innerHTML = ""+result.disagreeCount+""; //UI.$('bt_result').innerHTML = result.agreeRate +"%"; //setSwfScore(result.agreeRate); //alert("ÅõÇ¥°¡ ¼º°øÀûÀ¸·Î µÇ¾ú½À´Ï´Ù"); isRecom = true; }else return false; //alert(req.responseText) //status üũ /* status 200 : ¼º°ø 500 : Áߺ¹ ¼±ÅÃÇÑ °æ¿ì 600:Âù¼º 700:¹Ý´ë 300 : ½ÇÆÐ {status:"500", bbsId:"K152", articleId:"58367", agreeCount:"3", disagreeCount:"0", agreeRate:"100"} */ }
̵̧ : 0
ºÎÁ¤ºÎÆÐÃß¹æ½Ã¹Î¿¬ÇÕȸ(ºÎÃß¿¬)

 
 
 

Total 748
ºÎÃß¿¬ Á¦   ¸ñ ÀÛ¼ºÀÚ       ÀÛ¼ºÀÏ Á¶È¸ Ãßõ
108 ºê¸®ÇÎ (1) ÇÑ·¯µ¿¸Í 05-27 997 1
107 ¾î¸£½Å²²¼­ ºÎ°­Çѱ¹°¡ 05-27 886 0
106 ¸ÚÁø¹Ì±¹ (1) ÇѹÌÇ÷¸Í 05-27 902 0
105 »ç»óÀû ¿¡ÀÌÁîȯÀÚ (1) ½É°¢ÇØ 05-27 1044 1
104 ¿Õ¼¼ÀÚ¿ÍÇÔ²² ¿ìÁ¤ 05-27 1029 0
103 »ç½Ç¹«±Ù °­ÇÑ´ëÇѹΡ¦ 05-26 1138 0
102 °í¸¶¿ö¿ä ÇѹÌÇ÷¸Í 05-26 1006 0
101 ³»µ· µ¹¸®µµ! ±è¿©»ç 05-26 1034 0
100 °áÀǹ® ºÎ±¹°­º´ 05-26 900 1
99 ¹Ì±¹¹«Àå°ü°úÇÔ²² ÇѹÌÇ÷¸Í 05-26 928 0
98 ¾Ö±¹ÀÚ ³ª¶ó»ç¶û 05-25 1032 2
97 µµ¿Ã¼±»ý µµÅ丮 05-25 1316 5
96 ¼Ò ÀÒ°í ¿Ü¾ç°£ °íÄ£ À̸í¹Ú ´ëÅë·ÉÀÇ Æ¯º°´ãÈ­ ºÎÃß¿¬ 05-24 1875 9
95 ´ë±¹¹Î´ãÈ­¹® Ã湫°ø 05-24 1026 0
94 °ÆÁ¤µÅ´ÂÀÏ ±¹ÅÂ¹Î¾È 05-24 912 0
93 °á·ÐÀº ¼Ö·Î¸ó¹ýÁ¤ 05-23 898 0
92 ´ëÅë·É³»¿ÜºÐÈû³»¼¼¿ä!! (1) ÈƳ²Â¯½Ã´ë 05-23 891 2
91 ¼¼°è´Â ü¤ß 05-22 1028 0
90 Á¾ºÏÁ»ºñµéÀº Á¾ºÏ¹Ú¸ê 05-22 916 0
89 ´ëÅë·É³»¿ÜºÐ Èû³»¼¼¿ä! (1) ä¹Õµå® 05-21 1146 0
   31  32  33  34  35  36  37  38  
´Á´ë´åÄÄ
¿ì) 06233 ¼­¿ï °­³²±¸ °­³²´ë·Î 84±æ 23 ÇѶóŬ·¡½Ä 1115È£ TEL : 02-558-5544 FAX : 02-566-6266
[E-mail] [email protected]
ºÎÁ¤ºÎÆÐÃß¹æ½Ã¹Î¿¬ÇÕȸ / °íÀ¯¹øÈ£Áõ 220-82-60326 / °³ÀÎÁ¤º¸°ü¸®ÀÚ À±¿ë
ÈÄ¿ø°èÁ : ³óÇù 301-0064-5221-51 (¿¹±ÝÁÖ : ºÎÃß¿¬ TV)
ÀÎÅÍ³Ý ÁÖ¼Ò : badkiller.kr
Korean Solidarity for Anti-Corruption Copyrights 2000 All Rights Reserved