/**
 * jLightbox image/image assist integration.
 * 
 * Automatically adds all images in a displayed node to one jLightbox gallery.
 *//*
if (Drupal.jsEnabled) {
    $(document).ready(function() {
		setTimeout(function(){ tb_show('', '/sites/all/themes/molnlycke/popup.html?width=230&height=455', null);
		}, 1000);
    });
}*/

