function collapsibleHeadings(){var url_path=' '+window.top.location.pathname;if((url_path.indexOf('/admin'))<=0){$('.editable h6').each(function(){$(this).addClass('collapsed');next=$(this).next();try{while((typeof next!=='undefined')&&(next[0].nodeName.toLowerCase()!='h6')&&(next[0].nodeName.toLowerCase()!='hr')){console.log(next[0].nodeName);next.hide();next=next.next();}}catch(e){}});$('.editable h6').click(function(){if($(this).hasClass('collapsed')){$(this).removeClass('collapsed');next=$(this).next();try{while((typeof next!=='undefined')&&(next[0].nodeName.toLowerCase()!='h6')&&(next[0].nodeName.toLowerCase()!='hr')){next.show('fast');next=next.next();}}catch(e){}}else{$(this).addClass('collapsed');next=$(this).next();try{while((typeof next!=='undefined')&&(next[0].nodeName.toLowerCase()!='h6')&&(next[0].nodeName.toLowerCase()!='hr')){if(next[0].nodeName.toLowerCase()=='br'){next.css('display','none');}else{next.hide('fast');} next=next.next();}}catch(e){}}});$('.editable h6').each(function(){next=$(this).next();try{while((typeof next!=='undefined')&&(next[0].nodeName.toLowerCase()!='hr')) next=next.next();if((typeof next!=='undefined')&&(next[0].nodeName.toLowerCase()=='hr')) next.addClass('hidden-hr');}catch(e){}});}else{$('.hidden-hr').removeClass('hidden-hr');}} $(function(){collapsibleHeadings();});;window.cms_lightboxes=window.cms_lightboxes||true;if(window.cms_lightboxes){window.loadExtJSCallback=function(sScriptSrc,callbackfunction){var oHead=document.getElementsByTagName('head')[0];if(oHead){var oScript=document.createElement('script');var loadFunction=function(){if(this.readyState=='complete'||this.readyState=='loaded'){callbackfunction();}};oScript.setAttribute('src',sScriptSrc);oScript.setAttribute('type','text/javascript');oScript.onreadystatechange=loadFunction;oScript.onload=callbackfunction;oHead.appendChild(oScript);}};window.initLightbox=function(){if(typeof window.lightbox_settings=='undefined'){window.lightbox_settings={show_title:false,deeplinking:false,theme:window.gallery_theme||'pp_default',autoplay:window.gallery_autoplay||true,overlay_gallery:false};} var lightbox=$('img.lightbox, a[rel^="lightbox"]');if(lightbox.length){var script=$('script[src*="prettyPhoto/plugin.js"]');var plugin_dir=''+script.attr('src').replace('&debug=1','');var plugins_str=plugin_dir.substr(plugin_dir.indexOf('f=')+2);var plugin_path=plugin_dir.replace(plugins_str,'');loadExtJSCallback(plugin_path+'prettyPhoto/js/jquery.prettyPhoto.js',function(){$(document).on('click','img.lightbox',{},function(){var $elem=$(this);var caption=$elem.attr('title')||'';var image_src=$elem.data('fullsize')||$elem.attr('src');if(typeof image_src=='undefined')return false;$('').prettyPhoto(window.lightbox_settings).click().remove();});var $a_tags=$('a[rel^="lightbox"]');$a_tags.each(function(){$(this).attr('title',this.title||'');});$a_tags.prettyPhoto(window.lightbox_settings);});}};if(!(window.jQuery)){loadExtJSCallback('http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js',window.initLightbox);} else $(document).ready(function(){window.initLightbox();});};function responsiveTables(){if(window.top.location.pathname.split('index.html').pop()!='admin'){if($('.editable > table').length>0){$('.editable > table').each(function(){$table=$(this);$table.addClass('ui-responsive').attr('data-role','table').attr('data-mode','reflow');if($table.find('thead').length==0&&$table.find('th').length>0){$thead=$table.find('tr:first-child');$thead.remove();$table.prepend(''+$thead.html()+'');}});$('a').attr('data-ajax','false');$('form').attr('data-ajax','false');$.getScript(site_url+"includes/plugins/responsiveTables/js/jquery.mobile-1.4.5.min.js",function(data,textStatus,jqxhr){});};}} $(function(){responsiveTables();});