

function loadHome(){
	if (top.frames.length == 0) {
		document.location.replace("/index.html?redir="+document.location);
	}
}

loadHome();
