// JavaScript Document

function writeEmail(id) {
	
	var email = '<a href="mai';
	email += 'lto:hello';
	email += '@make';
	email += 'hello.c';
	email += 'om">hello';
	email += '@make'
	email += 'hello.com</a>'
	$("#"+id).html(email);
	//alert('test:\n'+email);
}