// utils.js - Copyright(c)2004 Galaxy Software, LLC - All Rights Reserved
function maletag( owner, site, type, english )
{
var outline="";
if( english == 1 ) {
	var prompt = owner + "&#64" + site + '.' + type;
	outline = prompt + " ";
}
outline+= '<a href="mailto:' + owner + '&#64' + site + '.' + type + '?subject=A viewer writes...">'
document.write (outline);
};