<div class="codetitle"> <span><a style="CURSOR: pointer" data="47797" class="copybut" id="copybut47797" onclick="doCopy('code47797')"><u>Copy code</u></a></span> The code is as follows:</div> <div class="codebody" id="code47797"> <br><script type="text/javascript"> <br> function MathRand() <br>{ <br>var Num=""; <br>for(var i=0;i<6;i ) <BR>{ <BR>Num =Math.floor(Math.random( )*10); <BR>} <BR>document.getElementById("Lb_Random").innerText=Num; <BR>document.getElementById("Lb_Random").innerHTML=Num; <BR>} <BR>< /script><br> </div>