function PrintCopyrightMessage()
{
	var txt="<FONT SIZE='-1'>Copyright (c) 2003 ";
	txt+="<A HREF='mailto:info";
	txt+="@";
	txt+="jollygoodgames.com'";
	txt+=">JollygoodGames.com.</A>";
	txt+=" All rights reserved.</FONT>";
	document.write(txt);
}

function PrintContactInfo()
{
	var txt="";
	txt+="<A HREF='mailto:info";
	txt+="@";
	txt+="jollygoodgames.com'";
	txt+=">Info";
	txt+="@Jolly";
	txt+="goodGames.com</A>";
	document.write(txt);
}

function PrintEmail(name,domain,com)
{
	var txt="";
	txt+="<A HREF='mailto:";
	txt+=name;
	txt+="@";
	txt+=domain;
	txt+=".";
	txt+=com;
	txt+="'";
	txt+=">"+name;
	txt+="@"+domain;
	txt+="." + com + "</A>";
	document.write(txt);
}
