var imgs = [];
    
/* Vul hier de plaatjes in, met toenemende index, het getal tussen de [ haken ], met de map images/club/ ervoor */
imgs[0] = '../../images/club/meervermogen.jpg';
imgs[1] = '../../images/club/benfried.jpg';
imgs[2] = '../../images/club/bexbeveiliging.jpg';
imgs[3] = '../../images/club/plus.jpg';
imgs[4] = '../../images/club/agaf.jpg';
imgs[5] = '../../images/club/b&i.jpg';
imgs[6] = '../../images/club/barrique.jpg';
imgs[7] = '../../images/club/belvedere.jpg';
imgs[8] = '../../images/club/berkhout.jpg';
imgs[9] = '../../images/club/coneco.jpg';
imgs[10] = '../../images/club/dpi.jpg';
imgs[11] = '../../images/club/ernst&young.jpg';
imgs[12] = '../../images/club/fleuraplant.jpg';
imgs[13] = '../../images/club/gamma.jpg';
imgs[14] = '../../images/club/gamvanleeuwen.jpg';
imgs[15] = '../../images/club/greenpartners.jpg';
imgs[16] = '../../images/club/joopkeyzer.jpg';
imgs[17] = '../../images/club/kascoplex.jpg';
imgs[18] = '../../images/club/kleyweghoveniers.jpg';
imgs[19] = '../../images/club/mhp.jpg';
imgs[20] = '../../images/club/onderons.jpg';
imgs[21] = '../../images/club/rondevoogd.jpg';
imgs[22] = '../../images/club/sionorchids.jpg';
imgs[23] = '../../images/club/smit&dorlas.jpg';
imgs[24] = '../../images/club/smitsvastgoed.jpg';
imgs[25] = '../../images/club/thcvanbeek.jpg';
imgs[26] = '../../images/club/vanderhelmhudig.jpg';
imgs[27] = '../../images/club/verbijhoogmade.jpg';
imgs[28] = '../../images/club/vreedesport.jpg';
imgs[29] = '../../images/club/wilbertkoop.jpg';
imgs[30] = '../../images/club/zyongroup.jpg';
imgs[31] = '../../images/club/henk.jpg';
imgs[32] = '../../images/club/Hodenpijllogo.jpg';

var cnt = imgs.length;

function setCookie(name, value, days) {
	if (days) {
		var date = new Date();
		date.setTime(date.getTime() + (days*24*60*60*1000));
		var expires = '; expires=' + date.toGMTString();
	}
	else var expires = '';
	document.cookie = name + '=' + value + expires + '; path=/';
}

function getCookie(name) {
	var nameEQ = name + '=';
	var ca = document.cookie.split(';');
	for(var i=0;i < ca.length;i++) {
		var c = ca[i];
		while (c.charAt(0)==' ') c = c.substring(1,c.length);
		if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length,c.length);
	}
	return null;
}
