$(document).ready(function(){

/*
Add green background behind header images
**Fixes a bug in IE7-8
*/
$('img[width="434"]').parent('td').addClass('green-bg');


});
