$(function(){
    $('a[rel=new]').click(function(){
        window.open(this.href,'mywindow','width=460,height=260');
        return false;
    });
});
