<script type="text/javascript"> nRandom = Math.ceil(Math.random() * 99); document.write ('<img src="image' + nRandom + '.jpg">'); </script>