   $(document).ready(function(){  
        
		setTimeout(function() {  
            Shadowbox.open({  
                content:    '<div style="background:#ffffff;"><img src="AfichePrensa.jpg"></div>',  
               player:     "html",  
               title:      "",  
               width:      480,  
              height:     550  
           });  
       }, 50);  
	   
	   //-------------------------------------
/*	   
	$('#anuncio a').click(function() {
  		//alert('Handler for .click() called.');
		Shadowbox.open({  
                content:    '<div style="background:#ffffff;"><img src="AfichePrensa.jpg"></div>',  
               player:     "html",  
               title:      "",  
               width:      520,  
              height:     600  
           });  
	});
	*/
	   //---------------------------------------
    
   }); 

   
   //----------------------------

