// Advanced Random Images Start
// Copyright 2001-2006 All rights reserved, by Paul Davis - www.kaosweaver.com
  var j,d="",l="",m="",p="",q="",z="",KW_ARI= new Array()
  KW_ARI[KW_ARI.length]='hdr-ambitie.jpg?&width=404&height=141&alt=Ambitie&title=Ambitie&border=0';
  KW_ARI[KW_ARI.length]='hdr-innovatie.jpg?&width=404&height=141&alt=Innovatie&title=Innovatie&border=0';
  KW_ARI[KW_ARI.length]='hdr-prestatie.jpg?&width=404&height=141&alt=Prestatie&title=Prestatie&border=0';
  KW_ARI[KW_ARI.length]='hdr-resultaat.jpg?&width=404&height=141&alt=Resultaat&title=Resultaat&border=0';
  KW_ARI[KW_ARI.length]='hdr-tevreden.jpg?&width=404&height=141&alt=Tevreden&title=Tevreden&border=0';
  KW_ARI[KW_ARI.length]='hdr-voordeel.jpg?&width=404&height=141&alt=Voordeel&title=Voordeel&border=0';
  KW_ARI[KW_ARI.length]='hdr-zekerheid.jpg?&width=404&height=141&alt=Zekerheid&title=Zekerheid&border=0';
  j=parseInt(Math.random()*KW_ARI.length);
  j=(isNaN(j))?0:j;
  if (KW_ARI[j].indexOf('?')==-1) {
    document.write("<img src='"+KW_ARI[j]+"'>");
  }
  else {
    nvp=KW_ARI[j].substring(KW_ARI[j].indexOf('?')+2).split('&');
    for(var i=0;i<nvp.length;i++) {
      sub=nvp[i].split('=');
   	  switch(sub[0]) {
 	    case 'link':
          l="<a href='"+unescape(sub[1])+"'>";
          p="</a>";
		  break;
	    case 'target':
          q=" target='"+unescape(sub[1])+"'";
  		  break;
  	    default:
          m+=" "+sub[0]+"='"+unescape(sub[1])+"'";
  		  break;
      }
    }
    z=(l!="")?((q!="")?l.substring(0,l.length-1)+q+">":l):"";
    z+="<img src='fileadmin/templates/corporate/"+KW_ARI[j].substring(0,KW_ARI[j].indexOf('?'))+"'"+m+">"+p;
  document.write(z);
  }

// Advanced Random Images End