// functions for uniform navigation on Precognitive

function go(label) {
	switch (label) {
		case "back":
			history.back(-1);
			break;
		case "main":
			window.location.href = "http://www.generalrubric.com/family/catalog/precog/index.html";
			break;
	}
}
