Describe test here



> 인용문
> 테스트
> 가나다

인용문
테스트
가나다

http://wpaudioplayer.com/standalone

[[Play(http://cfs13.tistory.com/original/4/tistory/2008/11/27/13/03/492e1c19b7e8e,http://mediafile.paran.com/MEDIA_9644611/BLOG/200611/1163636989_rfonline-one.mp3,autoplay=no)]]

{{{#!html
<script>
function imgSize(which){
    var width = eval("document."+which+".width");
    var height = eval("document."+which+".height");
    var temp = 0; 
    var max_width= 600;   // 이미지의 최대 크기     
    
    if ( width > max_width ) {  // 이미지가 600보다 크다면 너비를 600으로 맞우고 비율에 맞춰 세로값을 변경한다.      
       height = height/(width / max_width);
       eval("document."+which+".width = max_width");     
       eval("document."+which+".height = height");
    }     
}
</script>

<img src="http://hyacinth.byus.net/moniwiki/pds/test/te.JPG" onload="imgSize(this)">
}}}
##attachment:te.JPG

attachment:Hyacinth-20-blue.jpg?