I have this code:
<script type="text/javascript">
var rndn = Math.round(Math.random()*1000000);
</script>
<script type="text/javascript" src="http://myexample.com/call=cid&rnd=7676786"></script>
I need to recall the "rndn" var to replace the number 7676786 in the second script.
How do I do that?