$(function(){
var W = 650;
$('.rssBox img').each(function(i,e){
if ($(e).width() >= W)
{$(e).removeAttr('height').removeAttr('width');}
});
});
