행복세상

공지 사항

유머★엽기 2008/05/08 13:28 by 엽기적인 그년
22세男 섹스중 성기발화, 여친 하반신 중화상
중국은 인간이 많다보니 별 희귀한일도 많네요


중국의 한 20대 남성이 성관계 도중 인체 발화 현상을 일으켰다. 남성의 여자친구는 이 사고로 중화상을 입었다.


한 대만 언론의 보도에 따르면 중국 하남성 남악시에 사는 22세 남성이 여자친구와 성관계를 하던 도중 갑자기 성기가 불타 올랐고, 동거녀인 18세 여자친구는 하반신에 중화상을 입었다. 두 사람은 같은 대학 선후배 사이로 가족과 떨어져 자취를 하고 있으며 최근 하나의 방을 얻어 동거를 시작했다.


사고 직후 이들 커플은 구급차를 불러 응급처치를 받았지만 여성은 하반신에 중화상을 입었으며, 남자친구는 더이상 성관계를 가질 수 없을 정도로 불구가 돼 버렸다.


여성은 진료 중 의사에게 "섹스에 심취해 있던 중 갑자기 하반신이 타는 듯한 열을 느꼈고, 남자친구의 성기를 빼자 남친의 그곳이 새빨간 빛을 내면서 손을 댈수 없을 정도로 열을 내고 있었다"며 "남자친구의 그곳은 곧 재가 된 것처럼 검게 변색했다"고 말했다.


남성을 진료한 의사는 "성기에 불이 붙은 원인은 불명"이라며 "인체발화로 보여진다. 남자가 평소 술을 많이 마시지만 이것이 인체발화와 관계가 있는지는 모르겠다"고 말했다.

출처:http://hukhuk.ohpy.com

이올린에 북마크하기(0) 이올린에 추천하기(0)

'유머★엽기' 카테고리의 다른 글

22세男 섹스중 성기발화, 여친 하반신 중화상  (0) 2008/05/08
권상우 굴욕 4종세트  (0) 2008/04/09
소희 급정색  (0) 2007/11/04
남성 전용의자  (2) 2007/08/21
어딜가든 이런사람 꼭있다.  (0) 2007/08/06
초난강의 굴욕  (0) 2007/08/03
태그 2008/04/12 22:25 by 엽기적인 그년
html 암호화하기

<html>
<head>
<title>암호화</title>
</head>
<body onload="initStyleElements();">
<!--<BODY> 부분에 아래 스크립트를 붙여 넣으세요 -->
<script language="JavaScript">
<!--
var i=0;
var ie=(document.all)?1:0;
var ns=(document.layers)?1:0;

function initStyleElements()
       {
               var c = document.pad;
               if (ie)
                       {
                               c.compileIt.style.backgroundColor="#C0C0C0";
                               c.compileIt.style.cursor="hand";
                               c.select.style.backgroundColor="#C0C0C0";
                               c.select.style.cursor="hand";
                               c.view.style.backgroundColor="#C0C0C0";
                               c.view.style.cursor="hand";
                               c.retur.style.backgroundColor="#C0C0C0";
                               c.retur.style.cursor="hand";
                               c.clear.style.backgroundColor="#C0C0C0";
                               c.clear.style.cursor="hand";
                       }
               else return;
       }

function LightOn(what)
       {
               if (ie) what.style.backgroundColor = '#F7f7f7';
               else return;
       }
function FocusOn(what)
       {
               if (ie) what.style.backgroundColor = '#EBEBEB';
               else return;
       }
function LightOut(what)
       {
               if (ie) what.style.backgroundColor = '#C0C0C0';
               else return;
       }
function FocusOff(what)
       {
               if (ie) what.style.backgroundColor = '#DDDDDD';
               else return;
       }

function generate()
       {
               code = document.pad.text.value;
               if (code)
                       {
                               document.pad.text.value='암호화 중입니다...기다려 주세요!';
                               setTimeout("compile()",1000);
                       }
               else alert('암호화할 내용을 넣어주세요')
       }
function compile()
       {
               document.pad.text.value='';
               compilation=escape(code);
               document.pad.text.value="<script>\n<!--\ndocument.write(unescape(\""+compilation+"\"));\n//-->\n<\/script>";
               i++;
               if (i=1) alert("1회 암호화 되었습니다");
               else alert("페이지가 "+i+" 회 암호화 되었습니다");
       }
function selectCode()
       {
               if(document.pad.text.value.length>0)
                       {
                               document.pad.text.focus();
                               document.pad.text.select();
                       }
               else alert('선택해 주세요')
       }
function preview()
       {
               if(document.pad.text.value.length>0)
                       {
                               pr=window.open("","미리보기","scrollbars=1,menubar=1,status=1,width=700,height=320,left=50,top=110");
                               pr.document.write(document.pad.text.value);
                       }
               else alert('미리보기 할것이 없네요.')
       }
function uncompile()
       {
               if (document.pad.text.value.length>0)
                       {
                               source=unescape(document.pad.text.value);
                               document.pad.text.value=""+source+"";
                       }
               else alert('암호화된 코드가 필요 합니다')
       }

//-->
</script>

<p> </p>
<p> </p>
<p> </p>
<table cellspacing="0" cellpadding="0" width="500" align="center" border="0">
<tbody>
<tr>
<td width="100%" height="297">
<form name="pad" method="post" align="center">
                <p align="center"><textarea style="background-color:rgb(246,246,246); width:95%;" name="text" rows="16" cols="62">암호화 시킬 소스를 여기에 넣으신다음에 "암호화"를 누르시면..

html소스가 암호화가 됩니다..^^</textarea><br>
                <br><input onmouseover="LightOn(this)" onclick="generate()" onmouseout="LightOut(this)" type="button" value="암호화" name="compileIt" style="font-family:굴림; font-size:9pt;" onfocus="this.blur()">
                  <input onmouseover="LightOn(this)" onclick="selectCode()" onmouseout="LightOut(this)" type="button" value="전체선택" name="select" style="font-size:9pt;" onfocus="this.blur()">   <input onmouseover="LightOn(this)" onclick="preview()" onmouseout="LightOut(this)" type="button" value="미리보기" name="view" style="font-size:9pt;" onfocus="this.blur()">
                  <input onmouseover="LightOn(this)" onclick="uncompile()" onmouseout="LightOut(this)" type="button" value="소스복귀" name="retur" style="font-size:9pt;" onfocus="this.blur()">
                  <input onmouseover="LightOn(this)" onmouseout="LightOut(this)" type="reset" value="삭제" name="clear" style="font-size:9pt;" onfocus="this.blur()"></form>
</td>
</tr>
</tbody>
</table>
</body>
</html>
이올린에 북마크하기(0) 이올린에 추천하기(0)

'태그' 카테고리의 다른 글

html 암호화  (0) 2008/04/12
1 2 3 4 5  ... 131 
BLOG main image
행복세상

by 엽기적인 그년

카테고리

분류 전체보기 (261)
금 연 (3)
낙서장 (19)
좋은글 (20)
스포츠 (9)
자료실 (39)
유머★엽기 (49)
컴퓨터 관련 (32)
화제의 동영상 (21)
텔레비죤(연예) (13)
국내 연예인 사진 (4)
국외 연예인 사진 (13)
아날로그 시대 (10)
2007 이승엽 홈런 동영상 (28)
태그 (1)

달력

«   2009/07   »
      1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31  
tistory!get rss Tistory Tistory 가입하기!