// From Prof Soumen's webpage

function dontspam(arg) {
	document.write(arg);
	document.write("@cc.gatech.edu");
}
