try {
	if (parent.location.href == self.location.href) {
		var path = document.location.pathname;
   		window.location.href = 'index.html?goto=' + path.substring(path.lastIndexOf("/") + 1, path.lastIndexOf('.'));
	}
} catch (e) {
	eval(true);
}
