/* =========================================================

// jquery.innerfade.js

// Datum: 2008-02-14
// Firma: Medienfreunde Hofmann & Baldes GbR
// Author: Torsten Baldes
// Mail: t.baldes@medienfreunde.com
// Web: http://medienfreunde.com

// based on the work of Matt Oakes http://portfolio.gizone.co.uk/applications/slideshow/
// and Ralf S. Engelschall http://trainofthoughts.org/

 *
 *  <ul id="news"> 
 *      <li>content 1</li>
 *      <li>content 2</li>
 *      <li>content 3</li>
 *  </ul>
 *  
 *  $('#news').innerfade({ 
 *	  animationtype: Type of animation 'fade' or 'slide' (Default: 'fade'), 
 *	  speed: Fading-/Sliding-Speed in milliseconds or keywords (slow, normal or fast) (Default: 'normal'), 
 *	  timeout: Time between the fades in milliseconds (Default: '2000'), 
 *	  type: Type of slideshow: 'sequence', 'random' or 'random_start' (Default: 'sequence'), 
 * 		containerheight: Height of the containing element in any css-height-value (Default: 'auto'),
 *	  runningclass: CSS-Class which the container get’s applied (Default: 'innerfade'),
 *	  children: optional children selector (Default: null)
 *  }); 
 *
 * Aangepast voor Brugman Agenturen 2010-01-22
 *

// ========================================================= */

eval(function(p,a,c,k,e,r){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('(3($){$.M.5=3(a){N r.O(3(){$.5(r,a)})};$.5=3(a,b){g c={\'n\':\'s\',\'h\':\'P\',\'9\':\'6\',\'j\':Q,\'C\':\'R\',\'D\':\'5\',\'k\':E};2(b)$.S(c,b);2(c.k===E)g d=$(a).k();7 g d=$(a).k(c.k);2(d.4>1){$(a).o(\'F\',\'T\').o(\'U\',c.C).V(c.D);W(g i=0;i<d.4;i++){$(d[i]).o(\'z-X\',Y(d.4-i)).o(\'F\',\'Z\').10()};2(c.9=="l"){p(3(){$.5.m(d,c,1,0)},c.j);$(d[0]).t()}7 2(c.9=="6"){g e=8.q(8.6()*(d.4));p(3(){11{f=8.q(8.6()*(d.4))}G(e==f);$.5.m(d,c,f,e)},c.j);$(d[e]).t()}7 2(c.9==\'u\'){c.9=\'l\';g f=8.q(8.6()*(d.4));p(3(){$.5.m(d,c,(f+1)%d.4,f)},c.j);$(d[f]).t()}7{v(\'w-H x y A \\\'l\\\', \\\'6\\\' B \\\'u\\\'\')}}};$.5.m=3(a,b,c,d){2(b.n==\'I\'){$(a[d]).12(b.h);$(a[c]).13(b.h)}7 2(b.n==\'s\'){$(a[d]).14(b.h);$(a[c]).15(b.h,3(){J($(r)[0])})}7 v(\'w-n x y A \\\'I\\\' B \\\'s\\\'\');2(b.9=="l"){2((c+1)<a.4){c=c+1;d=c-1}7{c=0;d=a.4-1}}7 2(b.9=="6"){d=c;G(c==d)c=8.q(8.6()*a.4)}7 v(\'w-H x y A \\\'l\\\', \\\'6\\\' B \\\'u\\\'\');p((3(){$.5.m(a,b,c,d)}),b.j)}})(16);3 J(a){2(a.K.L){a.K.L(\'17\')}}',62,70,'||if|function|length|innerfade|random|else|Math|type|||||||var|speed||timeout|children|sequence|next|animationtype|css|setTimeout|floor|this|fade|show|random_start|alert|Innerfade|must|either||be|or|containerheight|runningclass|null|position|while|Type|slide|removeFilter|style|removeAttribute|fn|return|each|slow|5000|auto|extend|relative|height|addClass|for|index|String|absolute|hide|do|slideUp|slideDown|fadeOut|fadeIn|jQuery|filter'.split('|'),0,{}));

// speciaal voor deze site
$(document).ready(function(){
	$("#bloklinks").innerfade({containerheight: '390px'});
});

