Acreator57887,
пропишите onload="Func(this)" в тег каждой картинки - траблов не будет
<script type="text/javascript">
function Func(a) {
alert(a.src)
}
</script>
<center>
<img src="http://javascript.ru/forum/images/smilies/blink.gif" onload="Func(this)"/><br /><br />
<img src="http://st.ladycash.ru/data/links_block/12997_12862_1.gif" onload="Func(this)"/>
</center>