function RegazzaSpamFilter(edot,edom,ealias) {

	location.href = 'mailto:'+ealias+'@'+edom+'.'+edot;
}

function chgPic(theHref) {
	theImg = document.getElementById('theBigPicture')

	if(theImg!=null) {
		theImg.style.backgroundImage = 'url('+theHref+')';
	}
}
