// NO SPAM

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

function GroupDelegate(id) {
		//alert(id);
		var objLink = document.getElementById(id);
		Lightbox.prototype.start(objLink);
	}
