$(document).ready(function(){$('#worldmap a.dot').click(function(){var f=function(){$("#worldmap div.place").fadeOut('normal');$("#lightbox").fadeOut('normal',function(){$(document).unbind('click',f);});}
var id=$(this).attr('id').replace('dot','place');$("#"+id).fadeIn('normal');$("#lightbox").fadeIn('normal',function(){$(document).bind('click',f);});});});


