function antiHarvest(chicken,cheese,potato,onion) {
	
	if(onion != ''){
	
		hoagie = ' class=\"'+onion+'\"';
	
	}

	document.write('<a href=\"m'+'a'+'i'+'l'+'to:' + chicken + '@' + cheese + '\"' + hoagie + '>'+potato+'</a>');
	
}