var str = document.getElementById("smallimage11").src;var ind = str.indexOf("."));str = str.substring(0,ind)+"s"+str.substring(ind);alert(str);