<script> img = document.images;
for ( i = 0; i <= img.length - 1; i++) { if ( img[i].title == 'Домашняя страница' ) img[i].style.display='none'; } </script>
как-то так, вроде