Code
$('table.legendTable').each(function() {
$(this).replaceWith('<div class="legendTable">Ваш баннер</div>');
});
$('.fastNav').val('Перейти');
$('.fFastSearchTd').replaceWith('<input type="text" maxlength="40" size="20" value="Введите слово..." name="kw"> <input type="submit" value="Поиск" class="fastSearch">');
$("img[title=Вверх]").hide();