function sendEmail(adres,domain){
	document.location.href = "mailto:"+adres+"@"+domain;
}

function wedstrijdenPerTeam(teamid){
	document.location.href="/wedstrijden/wedstr_team/"+teamid+"/";
}

function kiesJaarMaand(jaarmaand){
	document.location.href="/nieuws/artikel/all/"+jaarmaand+"/";
}