jQuery(document).ready(function() {

$('.maincontent:first img').attr('src','http://www.mathewhall.com/images/inet/logo.jpg');
$('table[width="300"]').removeAttr('bordercolordark').removeAttr('bordercolorlight').removeAttr('border').removeAttr('cellpadding').removeAttr('cellspacing').removeAttr('width');
$('div[align="center"] > table').addClass('login');
$('div[align="center"]').prev('table').removeAttr('border').addClass('nob');
$('.maincontent').removeAttr('align').attr('align','center');
$('.maincontent').parents('table').removeAttr('bordercolordark').removeAttr('bordercolorlight').removeAttr('border').removeAttr('cellpadding').removeAttr('cellspacing').removeAttr('bordercolor').addClass('nob');
$('table[width="600"]').removeAttr('width').attr('width','400');
$('table[width="200"]').removeAttr('width').attr('width','500');
$('.login table input[type="submit"]').addClass('submit');
$('th[bgcolor="d1b35d"], tr[bgcolor="d1b35d"], tr[bgcolor="#d1b35d"]').attr('style','background: url(http://www.mathewhall.com/images/inet/header.jpg) top center #d1b35d');
$('table[bgcolor="d1b35d"]').attr('style','background: url(http://www.mathewhall.com/images/inet/light_bg.jpg) 0 0 #d1b35d')
});
