$(function(){
    // catch framing
    if (top != self){ 
        top.location.href = 'http://www.villabeige.com/';
    }
    $("a[rel*='external']").attr("target","_blank");
    $("a.gallery").fancybox(
        {
            overlayOpacity: 0.8
        }
    );
});

