<!--

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

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

function print_paypal_email()
{
        document.write("<a href=\"mailto");
        document.write(":" + address_left + "@");
        document.write(address_right + "\">" + "cbrunning@sadhakweb.net" + "<\/a>");
}


function print_PO_address()
{
        document.write("PO Box 6031, Boulder, CO 80306");
}



//-->

