/* Javascript by Tyler Mulligan of Salter>Mitchell */
$(document).ready(function() {
	$("#commentForm").validate();
	$("#your_email").focus();
});

