<!--

var address_left = "cbrunning";
var address_right = "sadhakweb.com";

function email_info_at() 
{
	document.write("<a href=\"mailto");
	document.write(":" + address_left + "@");
	document.write(address_right + "\">" + "Christopher Brunning" + "<\/a>");
}


//-->
