// JavaScript Document

function emailWrite(name){
	
var host= "CapeCodArt.net"
document.write($name+"@"+$host);
}