var ROOT="http://www.groveatlantic.com/grove/bin/wc.dll?groveproc~"
var HOST=ROOT+"twelve~"
function bio(){
	document.location=HOST+"bio";
}

function buy(){
	document.location=HOST+"buy";
}

function index(){
	document.location=HOST+"index";
}

function qa(){
	document.location=HOST+"qa";
}

function exerpt(){
	document.location=HOST+"excerpt";
}

function release(){
	document.location=HOST+"release";
}


function praise(){
	document.location=HOST+"praise";
}

function links(){
	document.location=HOST+"links";
}

function excerpt(){
	document.location=HOST+"excerpt";
}

function tour(){
	document.location=ROOT+"pubcal~II0802117171~twelve";
}
