// $(document).ready(function(){
// 	$('#textFNs').focus(function(){
// 		alert('a');
// 		// if ($('#textFNs').val() == 'insert email address here')
// 		// {
// 		// 	$('#textFNs').val('');
// 		// }
// 	});
// });