// JavaScript Document
if (top.location.href==location.href){
	top.location.href="/index.html";
}

