// this is for view related code for category pages

$(document).ready(function(){
	// re-format browse by categories text in sidebar. Replace category heading with current category.
	$("#categoriesBar h3").hide();
	$("#categoriesBar .categories dt").html($("#breadcrumbTrail .current").text());
});
