// JavaScript Document
function writeK(x){
	y = "kostin.com"
	document.write("<a href=" + "mail" + "to:" + x + "@" + y  + ">" + x + "@" +y + "</a>")
}
function writeW(x){
	y = "KRWealth.com"
	document.write("<a href=" + "mail" + "to:" + x + "@" + y  + ">" + x + "@" +y + "</a>")
}

