$(document).ready(function(){
    $('a.new-window').click(function(){
        window.open(this.href);
        return false;
    });
    $("a#virgin-popup").fancybox({'frameWidth': 250, 'frameHeight': 300})
    $("a.member-popup").fancybox({'frameWidth': 400, 'frameHeight': 350})
});
