// JavaScript Document

var bCrumbPath = "";

function setCrumbPath() {
	document.getElementById("breadcrumbs").innerHTML = bCrumbPath;
}
