<!DOCTYPE html>
<html>
<head></head>
<body>
<img id="img-id" src="images/users/avibootz3.jpg">
<script>
document.getElementById("img-id").src = "images/users/noabootz5.png";
/*
run:
The image changed from avibootz3.jpg to noabootz5.png
*/
</script>
</body>
</html>