// be quadrat neue medien
// JavaScript Sitecheck & Redirection

siteName="Kammersänger Oskar Hillebrandt";
baseURL="http://www.oskar-hillebrandt.com/";

if(document.location.href==parent.document.location.href) {
    response=confirm("This is page is part of the following website:\n"+siteName+"\n\nYou'll be redirected to the main page:\n"+baseURL);
    if(response) parent.document.location.href=baseURL;
}