// reloads frameset if page is loaded without
if (parent.location.href == self.location.href) {
	window.location.href = './index.php?content='+escape(document.location);
}


