$(document).ready(function() {
    $('.psa').click(function () {
        window.open('psa_ladder.php', '', 'width=425,height=425');
    });
});
