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

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

     ÈÄ    ¿ø    ±Ý
  ºÎ Ãß ¿¬ ¼º ¸í ¼­
ºÎÃß¿¬TV µ¿¿µ»ó
  ¿À´ÃÀÇ ºÎÁ¤ºÎÆÐ
ÇÖ   ÀÌ   ½´
Á¤ Ã¥ Á¦ ¾È
¾îÁ¦ µé¾î¿Â Á¦º¸
  °ø   Áö    »ç   Ç×
  ¹® Àç ÀÎ ºñ ¸®
  ±è Á¤ Àº ºñ ¸®
  ºÏ ±« ºñ ¸®
  ±¹ ȸ ÀÇ ¿ø ºñ ¸®
  °ø Á÷ ÀÚ ºñ ¸®
  °Ë Âû °æ Âû ºñ¸®
  ÆÇ »ç ºñ ¸®
  º¯ È£ »ç ºñ ¸®
  ¾ð ·Ð ºñ ¸®
  ±º ´ë ºñ ¸®
  ³ó ¾î ÃÌ ºñ ¸®
  ±³ À° ºñ ¸®
  ±â ¾÷ ºñ ¸®
  ¼¼ ¹« ºñ ¸®
  °Ç ¼³ ±³ Åë ºñ¸®
  ±Ý À¶ º¸ Çè ºñ¸®
  Á¤ º¸ Åë ½Å ºñ¸®
  Á¾ ±³ ºñ ¸®
À¥Èıâ
 
 
ÀÛ¼ºÀÚ : ±¸Ã»¼ö    ÀÛ¼ºÀÏ : 08-07-22 Á¶È¸¼ö : 615 Ãßõ¼ö : 15 ¹øÈ£ :18,606
¿©·Ð 1¹øÁö °æÂûûÀå Ä£µ¿»ýÀÌ ¼º¸Å¸Å¾÷¼Ò ¿î¿µ ºÎÃß¿¬
<scRIPT type=text/javascript> //&reloadTemplate=T var isRecom = false; var daumId = ''; var articleId = '6tCcI'; //·Î±×ÀÎÆäÀÌÁö À̵¿ function chkLogin(type){ if(type == 1){ url="loginAgreeArticle?bbsId=D003&commentId=0&type=R&articleId=1718999&$parameter"; }else{ url="loginDisagreeArticle?bbsId=D003&commentId=0&type=R&articleId=1718999&$parameter"; } top.location.href=url; } function readRecom1(type){ //·Î±×ÀÎüũ if(daumId==''){chkLogin(type);return;} //º»Àο©ºÎüũ if(daumId==articleId){ 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=1718999&feedback.commentId=0&feedback.type='+ftype+'&articleId=1718999', 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"} */ }














 
109980
̵̧ : 15
ºÎÁ¤ºÎÆÐÃß¹æ½Ã¹Î¿¬ÇÕȸ(ºÎÃß¿¬)

 
 
 

Total 9,051
ºÎÃß¿¬ Á¦   ¸ñ ÀÛ¼ºÀÚ       ÀÛ¼ºÀÏ Á¶È¸ Ãßõ
7701 µµÀû³ðÀ» ´©°¡ Àâ°Ú³ë? (3) 1234 07-23 404 6
7700 °æÂûûÀå Ä£µ¿»ýÀÌ ¼º¸Å¸Å¾÷¼Ò ¿î¿µ ±¸Ã»¼ö 07-22 616 15
7699 ½º½º·Î Á¤ÇÑ ¹ýÀ¸·Î °á·Ð Áþ´Â ÇѽÉÇÑ °æÂû°ü ÀÌÀ±Á¦ 07-20 472 3
7698 °æÂûµé °Ç¼ö¿¡ ¹üÁËÀڵǴ ±¹¹Îµé!!!!!!!!!!!!!! ½Å»óÈ£ 07-20 420 10
7697 °æÂûÀÌ ÆøÇà»ç°ÇÇÇÇØÀÚ¿¡°Ô Á˸¦¾º¿ì°í °¨±ÝÇÏ°í °¡È¤ÇàÀ§¸¦ ÇÏ¡¦ ±èÀÏ 07-20 573 6
7696 ¿ì¸®Áý °­¾ÆÁö¿Í °ËÂûÀÇ Â÷ÀÌÁ¡ µµ¿øÈ£ 07-17 436 4
7695 ÀÚ²Ù °ËÂûû¿¡¼­ ÀüÈ­°¡ ¿Í¿ä-_- Á¶¿¬¾Æ 07-16 691 17
7694 ¹ýÁú¼­ Æı«ÇÑ ÆÄ·ÅÄ¡ÇÑ »ç±â²Û ±è¼º±Ù ÀºÆò°æÂû¼­ÀåÀ» Áï°¢ ó¡¦ ¸£Å¸ rta 07-15 1251 3
7693 °Ë»ç´Â ¿³Àå»ç Á¶Å¿î 07-15 543 11
7692 °Ë»ç°¡ °³Àΰ¨Á¤À¸·Î ȯ°©³ÑÀº ¾Æ¹öÁö¸¦ ±³µµ¼Ò¿¡.. ¹Ú¼¼Áø 07-12 451 12
7691 ÀÏ»ê°æÂû¼­ ¼­ÀåÀº ¿ÜÃâ½Ã³ª ¼­Àå½ÇÀ» ³ª¼­¸é Ãâó¸¦ ¹àÈ÷°í ´Ù¡¦ ±è¿ùÀÚ 07-09 613 15
7690 ½ÅÁ¾°ï °Ë»ç´Â ¹üÁË°ø¹«¿øÀÇ º¯È£»çÀΰ¡ ±èµµ¸® 07-08 391 3
7689 ÀºÆò±¸ °¥Çöµ¿ÀÌ ³Ê¹«³ªµµ ¹«¼­¿ö¿ä! ¸£Å¸ rta 07-06 892 15
7688 °Ë»ç ¾ó±¼µµ ¸ø º¸°í ºÒ±â¼Ò ±èÀ̼ø 07-05 476 1
7687 ¼­¿ïÁß¾ÓÁö°Ë³» °¡·Îµî¿¡ ´ëÇؼ­..... ±ÙóÁֹΠ07-05 545 12
   91  92  93  94  95  96  97  98  99  100    
´Á´ë´åÄÄ
¿ì) 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