태산정 시궁식
functionhrefMark(){
}
functionhrefPageGo(mark){
try{
if(mark=='top'){
parent.window.scrollTo(0,0);
}else{
document.location.href=this.location.href+"#comment";
}
}catch(e){}
}
//포스트글로딩후top포커수주기
setTimeout('hrefPageGo("top")',300);
functionhrefMark(){ } functionhrefPageGo(mark){ try{ if(mark=='top'){ parent.window.scrollTo(0,0); }else{ document.location.href=this.location.href+"#comment"; } }catch(e){} } //포스트글로딩후top포커수주기 setTimeout('hrefPageGo("top")',300);