The HTML in your site has the following line:
jfbc.login.scope = 'email,user_hometown';
You don't need to request permission for Email. Since you seem to be importing the user's hometown data into your site, you'll need to request permission from Facebook to gather this information from your users.
I hope that helps answer your question,
Alex