function kinnitus_kustutamiseks(url){
	if(confirm("Kas sa oled kindel et soovid antud kirjet kustutada?")){
		top.location.href=url;
	}
}

