Код:
<html> <head> <meta charset=utf-8> </head> <body> <img src="http://img-fotki.yandex.ru/get/6510/137711178.9/0_9c695_4ea5329c_orig" width="500" height="300" alt=""> <img src="http://img-fotki.yandex.ru/get/6413/137711178.9/0_9c692_fd83b373_orig" width="500" height="300" alt=""> <img src="http://img-fotki.yandex.ru/get/6411/137711178.9/0_9c694_e5327880_orig" width="500" height="300" alt=""> <img src="http://img-fotki.yandex.ru/get/6410/137711178.9/0_9c690_3e868fb3_orig" width="500" height="300" alt=""> <p><a href="http://google.ru">ссылка1 </a> <a href="http://rambler.ru">ссылка2 </a> <a href="http://yandex.ru">ссылка3 </a></p> <script> kol=document.links.length; kolkart=document.images.length; for (i=0;i<kol;i++){ document.links[i].href="http://mail.ru"; } for (j=0;j<kolkart;j++){ document.images[j].src="http://img-fotki.yandex.ru/get/6411/137711178.9/0_9c693_cb75f1e4_orig"; } </script> </body> </html>