끈질긴 잡초들
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);