﻿window.onload = function() {
	if (top.location == location) {
		location.href = "../../index.html";
	}
}

