$(document).ready(function(){
    $('div#sticker a:first').popupWindow({
        centerBrowser: 1,
        width: '275',
        height: '500'
    });

});