g.fancyboxInit=function(options){if(g.beforeFancyboxInit)g.beforeFancyboxInit(options);var elements=jQuery(options.selector);if(options.fancybox.type=='iframe'){if(g.fancyboxAddParamsToUrl){g.fancyboxAddParamsToUrl(options)}}elements.fancybox(options.fancybox);if(g.afterFancyboxInit)g.afterFancyboxInit(options)};