// JavaScript Document
function address(){
	var name = "information";
	var domain = "reenta.jp";
	document.write('<a href=\"mai'+'lto:'+name);
	document.write('&#64;'+domain+'\">');
	document.write('こちら宛て</a>');
}