// frames.js

function keepIn(parentHREF) {	
	if (top.location.href == self.location.href) {
		alert('Einen Moment Bitte ich lade das Original-Frameset.');
		top.location.href = parentHREF;
		}
	}



