$(document).ready(function () {
    // put all your jQuery goodness in here.

    $('.popup').popupWindow({
        centerBrowser: 1,
        scrollbars: 1,
        width: 540
    });

});
