
/* 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 -
 */

/* - okaj.js - */
// http://www.okaj.ch/portal_javascripts/okaj.js?original=1
jq(document).ready(function(){var fadeSpeed=2000;var intervalSpeed=8000;var maxcount;if(jq('.portlet-static-unsere-mitglieder')){imagelinks=jq('.portlet-static-unsere-mitglieder img');imagelinks.css("display","None");maxcount=imagelinks.length;var counter=Math.floor(maxcount*Math.random());var slideshow_rotate=function(){jq(imagelinks[counter]).fadeOut(fadeSpeed);setTimeout(function(){counter++;if(counter==maxcount){counter=0}
jq(imagelinks[counter]).fadeIn(fadeSpeed)},2000)};jq(function(){if(imagelinks.length>0){jq(imagelinks[counter]).fadeIn(fadeSpeed);slideshow_interval=setInterval(slideshow_rotate,intervalSpeed)}})}});

/* - google_analytics.js - */
// http://www.okaj.ch/portal_javascripts/google_analytics.js?original=1
var _gaq=_gaq||[];_gaq.push(['_setAccount','UA-23380746-2']);_gaq.push(['_trackPageview']);(function(){var ga=document.createElement('script');ga.type='text/javascript';ga.async=true;ga.src=('https:'==document.location.protocol?'https://ssl':'http://www')+'.google-analytics.com/ga.js';var s=document.getElementsByTagName('script')[0];s.parentNode.insertBefore(ga,s)})();

