
	//	ZOMG COMMON FUNCTIONS!

	function DESemail(emailname, emailserver) {
		document.write('<a href="mailto:' + emailname + '@' + emailserver +'">' + emailname + '@' + emailserver + '</a>'); 
	}



	function DESgoto(target) {
		if (target != '') this.location.href = target;
	}
