// JavaScript Document
//Jquery lightbox for image slide show on link light box
$("#map").lightBox();

$("#measha_magphoto a").lightBox();

$("#fat2009 a").lightBox();

$("#cele a").lightBox();

$('a.new_window').click(function(){
   window.open(this.href);
   return false;
});