var checkSnelCount=0;
function countplus (){
	checkSnelCount++;
	if (checkSnelCount>=6){
		alert('U heeft al 5 pagina\'s geselecteerd');
		checkSnelCount--;
		return false;
	}
	return true;
}
function countmin (){
	checkSnelCount--;
}
