ÃÑ ¹æ¹®ÀÚ¼ö
366,031,588
Ȩ ·Î ±× ÀΠȸ ¿ø °¡ ÀÔ ÀÚÀ¯°Ô½ÃÆÇ ºÎÃß¿¬ ¼Ò°³ ã¾Æ¿À½Ã´Â ±æ
¾îÁ¦ÀÇ ¹æ¹®ÀÚ¼ö
4,038

¿À´ÃÀÇ ¹æ¹®ÀÚ¼ö
2,750

     ÈÄ    ¿ø    ±Ý
  ºÎ Ãß ¿¬ ¼º ¸í ¼­
ºÎÃß¿¬TV µ¿¿µ»ó
  ¿À´ÃÀÇ ºÎÁ¤ºÎÆÐ
ÇÖ   ÀÌ   ½´
Á¤ Ã¥ Á¦ ¾È
¾îÁ¦ µé¾î¿Â Á¦º¸
  °ø   Áö    »ç   Ç×
  ¹® Àç ÀÎ ºñ ¸®
  ±è Á¤ Àº ºñ ¸®
  ºÏ ±« ºñ ¸®
  ±¹ ȸ ÀÇ ¿ø ºñ ¸®
  °ø Á÷ ÀÚ ºñ ¸®
  °Ë Âû °æ Âû ºñ¸®
  ÆÇ »ç ºñ ¸®
  º¯ È£ »ç ºñ ¸®
  ¾ð ·Ð ºñ ¸®
  ±º ´ë ºñ ¸®
  ³ó ¾î ÃÌ ºñ ¸®
  ±³ À° ºñ ¸®
  ±â ¾÷ ºñ ¸®
  ¼¼ ¹« ºñ ¸®
  °Ç ¼³ ±³ Åë ºñ¸®
  ±Ý À¶ º¸ Çè ºñ¸®
  Á¤ º¸ Åë ½Å ºñ¸®
  Á¾ ±³ ºñ ¸®
À¥Èıâ
 
 
ÀÛ¼ºÀÚ : ¿©·Ð    ÀÛ¼ºÀÏ : 10-03-31 Á¶È¸¼ö : 823 Ãßõ¼ö : 0 ¹øÈ£ :217
¿©·Ð 1¹øÁö °æ¾ÇÀDZØÄ¡ ºÎÃß¿¬
  • ¡ÚÃæ°Ý °æ¾Ç¡Ú û¿Í´ë, µ¶µµ¹®Á¦´Â¿Ü±³ºÎ°¡ ÇÒÀÏÀÌ·£´Ù [0]
  • ³ÊµµÀßÇϼ¼¿ä 75*** ³ÊµµÀßÇϼ¼¿ä´ÔÇÁ·ÎÇÊÀ̹ÌÁö
    • ¹øÈ£ 2667659 | 10.03.31 1

     

    <scRIPT type=text/javascript> //&reloadTemplate=T var isRecom = false; var isOwner = false ; var isLogin = false ; //·Î±×ÀÎÆäÀÌÁö À̵¿ function chkLogin(type){ if(type == 1){ url="loginAgreeArticle?bbsId=D101&commentId=0&type=R&articleId=2667659&$parameter"; }else{ url="loginDisagreeArticle?bbsId=D101&commentId=0&type=R&articleId=2667659&$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=D101&feedback.bbsId=D101&feedback.articleId=2667659&feedback.commentId=0&feedback.type='+ftype+'&articleId=2667659', 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 1,384
    ºÎÃß¿¬ Á¦   ¸ñ ÀÛ¼ºÀÚ       ÀÛ¼ºÀÏ Á¶È¸ Ãßõ
    814 ºù»êÀÇÀÏ°¢ ÀÚÁÖ±¹¹æ 03-31 819 0
    813 Áö±ÝÀº ±¤º¹µ¿ 03-20 821 1
    812 ¿¹¿¹ ÇÏ¸é ´ÜÄ®, ´ëµé¸é ¹ÌÀû¹ÌÀû µ¿³²Ç³ 06-10 823 3
    811 °æ¾ÇÀDZØÄ¡ ¿©·Ð 03-31 824 0
    810 ½Ï¼ö°¡ ³ë¶þ´Ù ²Þ±ú 04-21 824 0
    809 À̸¦ ¾î° ¾ÆÁö¸Å 07-12 825 1
    808 À̻갡Á· »óºÀÇÏÀÚ´Â ºÏÇÑ¿¡ ¶Ç ¼ÓÀº ÅëÀϺΠÇãÁ¦È« 02-02 826 1
    807 Á¤Ä¡°øÀÛ! ºÎ»ê 04-06 827 1
    806 ±¹Á¤¿ø °³ÀÔ (1) È«±æµ¿ 06-19 828 0
    805 ¹ÚÀü´ëÇ¥²² ºÎ»ê´ç¿ø 04-12 829 0
    804 ¼º¸í¼­ ÀÎõ 03-31 833 0
    803 º¸°í½ÍÀº ¾î¸£½Å ¹ÎÁ·ÁßÈï 10-26 834 1
    802 À̳ʺä (1) ´Þ±¸¹ú 10-29 834 0
    801 ¼º¸í¼­ ¸óµµ°¡³× 03-20 835 0
    800 ¹Ú±ÙÇý, À§±â·Ð ºñŸ¹Î¾¾ 03-20 835 1
       31  32  33  34  35  36  37  38  39  40    
    ´Á´ë´åÄÄ
    ¿ì) 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