function emailus(){
	var emailAddress = "lifecenter";
	var host = "scbit.org";
	window.location.href = "mailto:" + emailAddress + "@" + host;
}