codice:
<html>
<head>
<script type="text/javascript">
function changeSrc()
__{
	oldURL = document.getElementById("miaImmagine").src;
	newURL = oldURL.replace("192.168.1.61", "192.168.1.27");
	document.getElementById("miaImmagine").src=newURL;
__}
</script>
</head>
<body>



</body>
</html>
Così sembra funzionare!
Lo posto qui così può tornare utile a qualcuno!