// Initializes User Scripts:

$(document).ready(function() {
	$('div#breadcrumbs a:last').addClass("bcProductName");

});

