    var agreed = true;
    if(!document.cookie) {
        var agreed = false;
    }
    
    if(!agreed){
        if(confirm("Because I'm exploring myself as frankly and honestly as possible, some of the photographs contain content that may be offensive to some viewers or illegal for you to view if you are under 18 (or 21 depending on your jurisdiction). By clicking on 'OK' you are confirming that you may legally view this content.")){        
            document.cookie="flipsideb=OK; path=/photography";
        }else{
            window.location = "http://www.myspace.com/senvara";
        }
    }
    
    
