$(function(){
$("#Header img.ey-header").attr("src","/images/ey_prod_header.jpg");
$(".wba_contentright table:eq(0)").css("padding","15px");
$(".wba_contentright table:eq(0)").attr("cellspacing","0");
$(".wba_contentright table:eq(0) tr:eq(0)").addClass("crumbTR");
$(".crumbTR + tr").addClass("productTR");
$(".crumbTR table:eq(0)").addClass("crumbTable");
$(".productTR td table:eq(0) tr:eq(0)").css("display","none");
$(".productTR td table:eq(0) tr:eq(0) + tr").addClass("innerTR");
$(".innerTR td:eq(0)").css("display","none");
$(".innerTR td:eq(0) + td").addClass("bodyTD");
$(".bodyTD + td").css("display","none");
$(".bodyTD table:eq(0) tr:eq(0) td:eq(0) table:eq(0)").addClass("topSection");
$(".bodyTD table:eq(0)").attr("cellspacing","0");
$(".bodyTD table:eq(0)").addClass("wholeTable");
$(".topSection + br + table").addClass("bottomSection");
$(".crumbTR").before("<tr><td valign=middle class=categoryTitle>" + wba_product.categoryName + "</td></tr>");
$("a:contains('Email')").css("display","none");
$("a:contains('Zoom')").css("display","none");
$("td b:contains('Average Customer Review')").addClass("avgCust");
$(".bottomSection strong").attr("style","");
$(".topSection tr:eq(0) td:eq(0) table:eq(0)").addClass("imageTable");
$(".topSection tr td:eq(0) table tr:eq(0) td:eq(0)").css("border","1px solid black");
$(".topSection tr td:eq(0) table tr:eq(0) + tr").css("display","none");
$(".topSection tr:eq(0) td:eq(0) + td").addClass("topSectionRight");
$(".topSectionRight table:eq(0) tr:eq(0) td:eq(0) h1").css("border-bottom","1px solid black");
$(".crumbTR td:eq(0)").css("padding-bottom","0");
$(".productTR td:eq(0)").css("padding-top","0");
$(".innerTR + tr").css("display","none");
$(".product-widget-label").attr("style","");
$(".product-widget-label + table").addClass("productWidgetTable");
$(".productWidgetTable tr:eq(0)").css("display","none");
$(".productWidgetTable tr:eq(0) + tr + tr + tr + tr + tr + tr ").css("display","none");
});