function hello (o) {
	o.href = 'mailto:'+o.getAttribute('rel').replace(/o(lo)lo/, '$1');
	return true;
}
