// JavaScript Document

function noSpam(user,domain) {
	locationstring = "mailto:" + user + "@" + domain;
	window.location = locationstring;
}

//$(function() {
//		//$('div.foto a').lightBox({
//		$('a[rel*=lightbox]').lightBox({
//			txtImage: 'Immagine',
//				txtOf: 'di',
//				imageBtnClose: 'images/lightbox-btn-close-ita.gif'
//			});
//});

