$(function(){
	/* BREADCRUMB ------ */
	$('#breadcrumb').html( '<span id="breab_you">You are here: </span>' + '<a href="/">Home</a> &gt; ' + $('#breadcrumb_source').html() );

	/* CATEGORY IMAGE ------ */
	if ($("#categ_img").html() != "") {$("#categ_tag").hide()};
		/* Relateds in home ------ */
	  if ($("#related_tds").html() =="") {$("#box_descrip_").addClass("norelated"); $('#recently_div').hide()};
});

