When an image is not provided in my CMS database, it currently produces an img src="(unknown)". I am looking for a way to use JavaScript to change this to img src="/images/missing.png". As someone who is new to JS, I have attempted various hacks but none have been successful. Any suggestions? (There may be multiple images on the page, if that matters)