
	function GetIndex() {
		if (top.frames.length<=1) {
			top.location.replace("index-2.html");
			}
	}


