function email() { // try to avoid spam trollers, intentionally complex
	var a = "alley@";
	var b = "alleyz";
	var c = "photog";
	var d = "raphy.com";
	
	e_string = "<a href=\"ma" + "ilto:" + a + b + c + d + "\">" + a + b + c + d + "</a>";
	document.write(e_string);
}

