function relative(w1,w2) {
	if (document.location.pathname.substring(1,16) != "content/current") {
		document.write(w1);
	} else document.write(w2);
}