$(document).ready(function() {







$('.ProductList_Custom_TBL td, .Frontpage_Custom_TBL td, .Related_Custom_TBL td').each(function(index) {
    if($(this).find('.labelDIV img').length==2){
		$(this).find('.labelDIV').eq(0).remove();
	}
});

$('.ProductInfo_TD').each(function(index) {
    if($(this).find('.labelDIVProd img').length==2){
		$(this).find('.labelDIVProd').eq(0).remove();
	}
});







});
