var ispop = 1;
HompyAxCheck('msninvite',ispop);
function accuse(msrl, aseq, wmsrl)/*{{{*/
{
var isLogged = true;
if(wmsrl == 0)
alert('세이클럽의 ID확인이 되지 않아 신고할 수 없습니다.');
else if(!isLogged)
parent.openLoginLayer('javascript:goArticle(1, aseq)', 500, 200);
else
{
bd_virtual.location.href = "hp_board_police.nwz?targetmsrl="+msrl+"&aseq="+aseq;
}
}/*}}}*/
function view_photo(img_url)/*{{{*/
{
window.open("http://hompy.sayclub.com/board/photo_view.nwz?img_url=" + img_url, "photo", "toolbar=no, location=no, directories=no,status=no, menubar=no, scrollbars=yes, resizable=yes");
}
/*}}}*/
function open_modify_pwd(msrl,bsrl,aseq, page)/*{{{*/
{
window.open("./hp_board_pwd.nwz?act=post&postact=modify&targetmsrl="+msrl+"&bsrl="+bsrl+"&aseq="+aseq+"&page="+page, "pwd", "width=348,height=200, toolbar=no, location=no, directories=no,status=no, menubar=no, scrollbars=no");
}/*}}}*/
function open_delete_pwd(msrl,bsrl,aseq,page)/*{{{*/
{
window.open("./hp_board_pwd.nwz?act=delete&targetmsrl="+msrl+"&bsrl="+bsrl+"&aseq="+aseq+"&page="+page, "pwd", "width=348,height=200, toolbar=no, location=no, directories=no,status=no, menubar=no, scrollbars=no");
}/*}}}*/
function open_mobile_download(msrl,aseq)/*{{{*/
{
window.open("http://pwd.sayclub.com/Hompy/send/EndOfEdit.asp?msrl="+msrl+"&aseq="+aseq, "modown", "width=348,height=200, toolbar=no, location=no, directories=no,status=no, menubar=no, scrollbars=no");
}/*}}}*/
function open_send(msrl,aseq)/*{{{*/
{
window.open("./hp_board_mail.nwz?targetmsrl="+msrl+"&aseq="+aseq, "mail", "width=500,height=500, toolbar=no, location=no, directories=no,status=no, menubar=no, scrollbars=no");
}/*}}}*/
function resizeTailFrame(aseq, tailcnt)/*{{{*/
{
var tail_frame = eval("document.all.hp_tail" + aseq);
var tailcnt_div = eval("document.all.tailcnt" + aseq);
var name = 'hp_tail' + aseq;
var oBody = document.frames(name).document.body;
var i_height = oBody.scrollHeight + (oBody.offsetHeight-oBody.clientHeight);
tail_frame.style.height = i_height;
tailcnt_div.innerHTML = tailcnt;
}/*}}}*/
function resizePumpFrame(aseq)/*{{{*/
{
var pump_frame = eval("document.all.hp_pump" + aseq);
var name = 'hp_pump' + aseq;
var oBody = document.frames(name).document.body;
var i_height = oBody.scrollHeight + (oBody.offsetHeight-oBody.clientHeight);
pump_frame.style.height = i_height;
}/*}}}*/
function move(msrl, bsrl, aseq)/*{{{*/
{
window.open("./hp_article_move.nwz?msrl="+msrl+"&bsrl="+bsrl+"&aseq="+aseq, "move", "width=400,height=168, toolbar=no, location=no, directories=no,status=no, menubar=no, scrollbars=no");
}/*}}}*/
function toBold(obj)
{
if(obj != null)
obj.style.fontWeight = 'bold';
}
function toDefault(obj)
{
if(obj != null)
obj.style.fontWeight = '';
}
function pump(msrl, aseq)/*{{{*/
{
window.open('hp_pump.nwz?org_msrl='+msrl+'&org_aseq='+aseq, "pump", "width=500,height=340, toolbar=no, location=no, directories=no,status=no, menubar=no, scrollbars=no");
}/*}}}*/
function view_tail(aseq, bsrl,atail_yn)/*{{{*/
{
var tail_frame = eval("document.all.hp_tail" + aseq);
if(tail_frame.style.display != "none")
{
toDefault(document.getElementById('txt_tail_'+aseq));
tail_frame.style.display = "none";
}
else
{
toBold(document.getElementById('txt_tail_'+aseq));
if(tail_frame.src == 'about:blank')
tail_frame.src = "hp_tail.nwz?msrl=30589134&act=read&bsrl="+bsrl+"&aseq="+aseq+"&atail_yn="+atail_yn;
tail_frame.style.display = "";
}
}/*}}}*/
function cfm_delete()/*{{{*/
{
if(cfm = confirm('게시물을 삭제하시겠습니까?'))
{
location.href ="http://hompyw.sayclub.com/hompy2/hp_board.nwz?tbtype=T&act=delete&targetmsrl=30589134&bsrl=1&aseq=529327272&page=1"; }
}/*}}}*/
function deleteComment(msrl, aseq)/*{{{*/
{
bd_virtual.location.href = 'http://hompyw.sayclub.com/board/hp/hp_comment_delete.nwz?msrl='+msrl+'&aseq='+aseq;
}/*}}}*/
function modifyComment(msrl, aseq)/*{{{*/
{
window.open('http://hompyw.sayclub.com/board/hp/hp_comment_modify.nwz?msrl='+msrl+'&aseq='+aseq, 'modifyComment', "width=500,height=215, toolbar=no, location=no, directories=no,status=no, menubar=no, scrollbars=no");
}/*}}}*/
function sendtocb(txt) /*{{{*/
{
window.clipboardData.setData('Text',txt);
alert('글의 URL이 클립보드에 복사되었습니다.');
}/*}}}*/
function clickSlider(aseq,slider)
{
var offset;
if(window.event.srcElement.tagName == 'IMG')
offset = window.event.srcElement.offsetLeft + window.event.offsetX;
else
offset = window.event.offsetX;
var percent = parseInt(offset / (parseInt(slider.style.width)-14) * 100);
playposcallback(aseq,percent);
getPlayer(aseq).SetPlayPos(percent);
}
function playposcallback(aseq,percent)
{
if(percent == -1)
{
alert(-1);
pause(aseq);
percent = 0;
}
slider = eval('document.all.player_slider_'+aseq);
var left = parseInt((parseInt(slider.style.width)-14) * percent / 100);
slider.style.paddingLeft = left+"px";
}
function playstop(aseq)
{
if(getPlaying(aseq))
pause(aseq);
else
play(aseq);
}
function play(aseq)
{
btn_play = eval('document.all.btn_play_'+aseq);
btn_play.src = 'http://file.sayclub.co.kr/images/incredible/editor/btn_pause.gif'
getPlayer(aseq).Play(1);
setPlaying(aseq,true);
}
function pause(aseq)
{
btn_play = eval('document.all.btn_play_'+aseq);
btn_play.src = 'http://file.sayclub.co.kr/images/incredible/editor/btn_play.gif'
getPlayer(aseq).Play(0);
setPlaying(aseq,false);
}
function stop(aseq)
{
pause(aseq);
getPlayer(aseq).SetPlayPos(0);
playposcallback(aseq,0);
}
function getPlayer(aseq)
{
return eval('document.all.player_'+aseq);
}
var arrIsPlaying = new Array();
function setPlaying(aseq,isPlaying)
{
var exist;
exist = false;
for(var i = 0; i < arrIsPlaying.length; i++)
{
if(arrIsPlaying[i].aseq == aseq)
{
exist = true;
arrIsPlaying[i].isPlaying = isPlaying;
}
}
if(!exist)
arrIsPlaying.push({'aseq':aseq,'isPlaying':isPlaying});
}
function getPlaying(aseq)
{
for(var i = 0; i < arrIsPlaying.length; i++)
{
if(arrIsPlaying[i].aseq == aseq)
return arrIsPlaying[i].isPlaying;
}
return false;
}
function clickSlider(aseq,slider)
{
var offset;
if(window.event.srcElement.tagName == 'IMG')
offset = window.event.srcElement.offsetLeft + window.event.offsetX;
else
offset = window.event.offsetX;
var percent = parseInt(offset / (parseInt(slider.style.width)-14) * 100);
playposcallback(aseq,percent);
getPlayer(aseq).SetPlayPos(percent);
}
function playposcallback(aseq,percent)
{
if(percent == -1)
{
pause(aseq);
percent = 0;
}
slider = eval('document.all.player_slider_'+aseq);
var left = parseInt((parseInt(slider.style.width)-14) * percent / 100);
slider.style.paddingLeft = left+"px";
}
function playstop(aseq)
{
if(getPlaying(aseq))
pause(aseq);
else
play(aseq);
}
function play(aseq)
{
btn_play = eval('document.all.btn_play_'+aseq);
btn_play.src = 'http://file.sayclub.co.kr/images/incredible/editor/btn_pause.gif'
getPlayer(aseq).Play(1);
setPlaying(aseq,true);
}
function pause(aseq)
{
btn_play = eval('document.all.btn_play_'+aseq);
btn_play.src = 'http://file.sayclub.co.kr/images/incredible/editor/btn_play.gif'
getPlayer(aseq).Play(0);
setPlaying(aseq,false);
}
function stop(aseq)
{
pause(aseq);
getPlayer(aseq).SetPlayPos(0);
playposcallback(aseq,0);
}
function getPlayer(aseq)
{
return eval('document.all.player_'+aseq);
}
var arrIsPlaying = new Array();
function setPlaying(aseq,isPlaying)
{
var exist;
exist = false;
for(var i = 0; i < arrIsPlaying.length; i++)
{
if(arrIsPlaying[i].aseq == aseq)
{
exist = true;
arrIsPlaying[i].isPlaying = isPlaying;
}
}
if(!exist)
arrIsPlaying.push({'aseq':aseq,'isPlaying':isPlaying});
}
function getPlaying(aseq)
{
for(var i = 0; i < arrIsPlaying.length; i++)
{
if(arrIsPlaying[i].aseq == aseq)
return arrIsPlaying[i].isPlaying;
}
return false;
}
function install_mov()
{
clsid="D4BD4876-3020-44F2-83BF-D7820FC9945A";
if(typeof(AppletSession)=="undefined")return;
if(!AppletSession.externalmethod("isinstalled", clsid, 0, 0, "20050727-0"))
{
AppletSession.externalmethod("install", clsid, 0, 0, "동영상 만들기 프로그램 다운로드");
}
}
function police_submit()
{
var url = "http://www.sayclub.com/global/erms/writecase.nwz?lusrid=ZGx3a2R3bnMwMDc%3D&lsrl=Mzc1NTA1OTc%3D&busrid=am9vamphbnQ%3D&bsrl=MzA1ODkxMzQ%3D&field=aGI%3D&uniqcode=MzA1ODkxMzR8NTI5MzI3Mjcy&contents=wM%2B3urHixbgupLsgxLOz7SC6r8HWsO7AzLTZISEhKLb0ufbA%2FCk%3D&fingerprint=ZTYyMDBmNjJjNWZmZjQ3ODQ3N2U0NDgzNWFkYWYzZDU%3D";
window.open(url, '_police','scrollbars=no,resizable=yes,width=440,height=600');
}

일렉기타.캐논변주곡
내캐릭
<EMBED style="LEFT: 2px; WIDTH: 320px; TOP: 8px; HEIGHT: 285px" src=http://kr.img.dc.yahoo.com/b13/data/cast/dc_canon_low.wmv width=320 height=285>
한국인 이다
<EMBED style="LEFT: 2px; WIDTH: 320px; TOP: 325px; HEIGHT: 245px" src=http://mplay.donga.com/dkbnews/2005/09/rry.wmv width=320 height=245 type=video/x-ms-wmv>
대만인 이라는데.. 이름이 'jerry C'라는군;ㅋ
하나씩 보면 된다