$(window).bind('load', function() {
barBack = barBack + "!important";
$("td:eq(9)").hide();
$("table:first").attr({ height: "36" }).width(barWidth).css({ background: barBack});
$("table:first td").css({ background: "none !important"});
$("img:first").attr({ style: logoCSS });;
if(logoSRC!=="")$("img:first").attr({ src: logoSRC});
});