		function delMsg(strLink) {
			if(confirm('Vill du ta bort denna?')) {
				document.location = strLink;
			}
		}
