$(document).ready(function(){$('.spotlight, .item, #list').click(function(event){$('#popup_'+$(this).attr('id')).popup();event.preventDefault();});if($('#fullGallery').length>0){$('#flashnav').append('<div id="viewFullGallery"></div>');$('#viewFullGallery').click(function(){$('#fullGallery').popup();});}});