
function framecheck(resume) {
	if(top.location.href == window.location.href) {
		top.location.href = "http://www.mrzesty.net/index.html?frame=" + resume;
	}
}

