// utils.js - Copyright(c)2004-2010 Galaxy Software, LLC - All Rights Reserved function maletag( owner, site, type, english ) { var outline=""; if( english == 1 ) { var prompt = owner + "@" + site + '.' + type; outline = prompt + " "; } outline+= ''; document.write (outline + ''); };