reframe = false;
if (top.frames[1]){
	if ((top.frames[1].name !== 'content') || (top.frames[1] !== self))
		reframe = true;
} else {
		reframe = true;
	}
if (reframe)	
		top.window.location.href = "start.php?ref=" + parent.location.href;
