$(document).ready(function() { try { $(".cssAc_AfflVertListBox .cssSquareBoxContent br:nth(0)").css("display" , "none"); //$(".cssArtItem .cssArtItemDescrLong table:nth(0)").css("width" , "490px"); } catch(err) { if(window.console && window.console.error) { console.error(arguments); } alert(err.toString()); } });