// JavaScript Document

function startHref(){
	document.write('<a href="mailto:');
}

function info(){
	document.write('info');
}
			   
