

$(document).ready(function() {


$('.lightbox a').lightBox({containerResizeSpeed: 250});



  // OPEN EXTERNAL LINK
$("a[href^='http:']:not([href*='" + window.location.host + "'][target='_blank'])").live('click', function(){
  $(this).attr('target','_blank');
 });
  
});

