$(document).ready(function() {
    $('a[rel="popup"]').click(function() {
        window.open($(this).attr('href'), 'Tipsa', 'width=350,height=420,scrollbars=yes');
        return false;
    });
});
