//
// Anzeige in fremden Frames verhindern 
//

if (parent.frames.length > 0) {
parent.location.href = location.href;
}

