function mixerBen() {
	var a,b,c,d,e,f,g,h,i;

	a = '<a href=\"ma';
	b = '.co.';
	c = 'ilto:';
	d = 'ben';
	e = '@';
	f = 'dp';
	g = '\">';
	h = '</a>';
	i = 'nz';

	document.write (a+c+d+e+f+b+i+g+d+e+f+b+i+h)
	}

function emailPage() {	
	var SubjectLine='Email page '+top.document.title; 
	var BodyText=top.location.href;
	
	var Message='<a href="mailto:?subject='+escape(SubjectLine)+'&body='+escape(BodyText)+'">Email this page<\/a>';
	var MessageIE='<a href="mailto:?subject='+escape(SubjectLine)+'&body='+escape(BodyText)+'">Email this page<\/a>';
	
	if(document.all) {
		document.write(MessageIE);
		}
	else {
		document.write(Message);
		}
	}
