//아래 소스는 인스티즈(instiz.net)가 직접 제작한 스크립트입니다. 무단도용을 절대 금합니다.
//Copyright By instiz.net(인스티즈), All rights reserved.

window.onbeforeunload=function(){
	var ExpDate=new Date();
	ExpDate.setTime(ExpDate.getTime()+5000);
	SetCookie('lastlocation',main.location.href,ExpDate);
}
function gone(){lo=GetCookie('lastlocation');if(lo&&lo.indexOf('main.htm')<0) document.getElementById('main').src=lo;}
if(top!=self)window.top.location.href=location;
