오늘의 유머 <meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
<style type="text/css">
A:link {color: blue; text-decoration:none}
A:visited {color: blue; text-decoration:none}
A:hover {color: red; text-decoration:underline }
td{font-family:굴림;font-size:9pt;line-height:180%;}
</style>
<script>
function check() {
if(!search.keyword.value) { alert ("검색어를 입력해주십시오!"); search.keyword.focus(); return false; }
}
</script>
<script language="javascript">
function totopbottom() {
if (document.body.scrollTop == 0) {
window.scrollTo(0,document.body.scrollHeight);
} else {
window.scrollTo(0,0);
}
}
function topbottom() {
document.body.ondblclick = totopbottom;
}
</script>
<script language="JavaScript">
</script>
<script>topbottom()</script>