function buildEmail(a, handle) {
	a.href = "mailto:" +
		handle +
		"@" +
		"EnnisPediatrics" +
		"." + "com" +
		"?subject=Ennis%20Pediatrics%20Visitor%20Message";
}

function showEmail(handle) {
	document.write(handle + "@" + "EnnisPediatrics" + "." + "com");
}

function confirmDelete(name, submitDate) {
	return confirm("Permanently delete record for\n" + name + " dated\n" + submitDate + "?");
}

/* SAMPLE USAGE
<a
href="javascript:void(0)"
onMouseOver="buildEmail(this, 'domain.ext', 'handle');"
class="copyright">
 	<nobr>
	handle<span style="font-size:1px;">
	</span>&#064;<span style="font-size:1px;">
	</span>domain<span style="font-size:1px;">
	</span>&#046;<span style="font-size:1px;">
	</span>ext</nobr>
</a>

<p><img src="imgcounter.php?filename=home&color=000000">
CAVEAT - Verify:
Perms 446 or 447
Path /imgcounter.php, relative or absolute
*/
