
/* Merged Plone Javascript file
 * This file is dynamically assembled from separate parts.
 * Some of these parts have 3rd party licenses or copyright information attached
 * Such information is valid for that section,
 * not for the entire composite file
 * originating files are separated by - filename.js -
 */

/* - jquery-zorgcentrale.js - */
// http://www.dezorgcentrale.nl/portal_javascripts/jquery-zorgcentrale.js?original=1
jq(document).ready(function(){if(jq("#content-home").length==1){jq("#content-home").ezColumns()}
if(jq(".template-3columns_view #content-core").length==1){jq(".template-3columns_view #content-core").ezColumns({columns:3})}
if(jq(".template-2columns_view #content-core").length==1){jq(".template-2columns_view #content-core").ezColumns({columns:2})}});

/* - ezcolumns-min.js - */
// http://www.dezorgcentrale.nl/portal_javascripts/ezcolumns-min.js?original=1
(function(b){b.fn.ezColumns=function(a){b(this).data("groups")||b(this).data("groups",b(this).children().remove());var c=b(this).data("groups").clone(),a=jQuery.extend({colWrapper:'<div class="col"></div>',target:this,groups:!1,columns:3,callback:function(){}},a);a.groups=a.groups?a.groups:c;a.columns=a.columns>a.groups.length?a.groups.length:a.columns;a.perColumn=Math.floor(a.groups.length/a.columns);a.mod=a.groups.length%a.columns;b(a.target).empty();for(c=0;c<a.columns;c++){var d;d=c<=a.mod-1?a.groups.splice(0,a.perColumn+1):a.groups.splice(0,a.perColumn);b(a.target).append(b(a.colWrapper).append(d))}a.callback.call(this);return this}})(jQuery);

