
$().ready(function(){
    $('#popup').show('slow', function(){
//        $('div img.especial').show();
    });

    $('#popup .closeBt').click(function(){
        $('#popup').hide('slow');
    });

//    setTimeout(function(){
  //      $('div#popup').hide('slow');
    //}, 15000);
})
