
/* clear form fields homepage + eCards */


$(document).ready(function () {
 	$('.ecard-input').one("focus", function() {
   	$(this).val("");
	});
});






