' /* html or false to disable */
});
} else {
console.log('Cookie NOT Found : ' + cookieCheck);
$("a[rel^='prettyPhoto']").prettyPhoto({
default_width: 705,
default_height: 534,
theme: 'dark_square', /* pp_default / light_rounded / dark_rounded / light_square / dark_square / facebook */
social_tools: false, /* html or false to disable */
show_title: false, /* true/false */
allow_resize: false, /* Resize the photos bigger than viewport. true/false */
keyboard_shortcuts: true, /* Set to false if you open forms inside prettyPhoto */
callback: function(){
$.cookie('InstaFire', '1', { path: '/' });
}, /* Called when prettyPhoto is closed */
});
$.prettyPhoto.open('#ifPopupWrap','','');
/*
$.cookie('InstaFire', '1', { path: '/' });
$.get("#ifPopupWrap?rel=prettyPhoto");
$('#inm_if_homepage_top_banner').fadeIn("fast");
*/
$("#ifPopupClose").live('click', function () {
$.prettyPhoto.close();
});
}
});
-->
