|
'
result+=''
result+='Your Numbers are: ' + Num
result+= ' '+ Num2 + ' '+ Num3 + ' '+ Num4 + ' '+ Num5 + ' ' + Num6 + ' ' + Num7
result+=''
result+=''
return (result);
}
// End -->

COMMENTS: Enter the number of numbers you want to pick, and this does it for you. (Let's go halves if you win). Netscape only.
|