// JavaScript Document


function WriteEmail(username){
		document.write(username + "@rchcapital.com");	
}


