$(document).ready(function () {	
	$('#ProductBreadcrumb ul li:first-child').addClass('home');
	$('#ProductBreadcrumb ul li:last-child').addClass('here');
	$('.SubBrandListGrid ul li:nth-child(4n-0)').addClass('vamoosh').prev().addClass('bookend');
	$('.SubCategoryListGrid ul li:nth-child(4n-0)').prev().addClass('bookend');
	$('.SubCategoryListGrid ul li:not(:has(a))').addClass('vamoosh');
	$('ul.ProductList li:nth-child(3n-0)').addClass('bookend');
});




