//This script embeds the the recipient form element into the webpage so that spam crawlers will not pick up the email address.

var at = "@"
var email = "photos" + at + "europeanfocus.com";
document.write('<input type="hidden" name="recipient" value="' + email + '">');
			

