//only add images if Javascript is enabled, otherwise leave the random feature image that's already in there
var multihero = document.getElementById("multihero");
multihero.innerHTML = '<img id="multihero1" src="fileadmin/templates/images/right-image_cityscape.jpg" width="580" height="210" />';
multihero.innerHTML+= '<img id="multihero2" src="fileadmin/templates/images/right-image_carlights.jpg" width="580" height="210" style="display: none" />';
multihero.innerHTML+= '<img id="multihero3" src="fileadmin/templates/images/right-image_rowers.jpg" width="580" height="210" style="display: none" />';
