$(document).ready(function(){
$(".content table:eq(0)").attr("cellspacing","0");
$(".content table:eq(0) tr:eq(0) td:eq(0)").addClass("breadcrumbTD");
//$(".breadcrumbTD img").attr("src","/images/ey_arrow.gif");
});