// JavaScript Document
$(document).ready(function() {
     $('.email').mailto();
	 $('.Yes').show();
	 $('.No').hide();
});
