/*
TAG FUNCTIONS */

function appendTag(tag, base) {
	document.location = (base ? "/" + base : document.location.toString().split("?")[0])
		+ "/" + escape(tag.split(" ").join("/"));
}