<script type="text/javascript"> var aleatorio = Math.round(Math.random()*800); document.write(aleatorio); </script>