
function siteURL() {
	return "andrewcohen.org";
}

function siteSubdirectory() {	// on LIVE servers, not dev
	return "";
}

function siteVirtual() {
	return "ac05";
}

function googleAccountNumber() {
	return "UA-343042-5";
}

