//
// Write link content a-CommentLink
//

function writeCommentLink() {
	var aCommentLink1 = document.getElementById("a-CommentLink1");
	var aCommentLink2 = document.getElementById("a-CommentLink2");

	if (aCommentLink1) {
		aCommentLink1.href = "mailto:emailgnome@boulderchaos.org";
		aCommentLink1.innerHTML = "&#101;&#109;&#097;&#105;&#108;&#103;&#110;&#111;&#109;&#101;&#064;&#098;&#111;&#117;&#108;&#100;&#101;&#114;&#099;&#104;&#097;&#111;&#115;&#046;&#111;&#114;&#103;";
	}

	if (aCommentLink2) {
		aCommentLink2.href = "mailto:emailgnome@boulderchaos.org";
		aCommentLink2.innerHTML = "&#101;&#109;&#097;&#105;&#108;&#103;&#110;&#111;&#109;&#101;&#064;&#098;&#111;&#117;&#108;&#100;&#101;&#114;&#099;&#104;&#097;&#111;&#115;&#046;&#111;&#114;&#103;";
	}
} // end writeCommentLink()

window.onload = "writeCommentLink";
