function standalone() {
    return false;
};
        
function beammeto(adresse) {
    top.location.href = adresse;
};

function check_adress() {
    if (standalone()) beammeto('http://www.camaho.de/index.html');
};
