function showCt() {
	var captcha = document.getElementById('captcha');
	document.getElementById('commentlink').style.display = "none";
	document.getElementById('commentarea').style.display = "";
	if (captcha)
		captcha.style.display = "";
}

function confirmDelete() {
	return window.confirm('Are you sure you want to delete this entry?')
}