//****************************************************************
// FRAME-CHECK
//****************************************************************

function frame_check(){
	if (top == self){
		var me = escape(self.location.pathname);
		top.location.href = "http://www.vbn-bei-nacht.de";
		}
}