CODE
<HTML>
<HEAD>
<TITLE>1-30</TITLE>
<script LANGUAGE = "JavaScript">
function picklink() {
var linknumber = 30;
var linktext = "white.jpg";
var randomnumber = Math.random();
var linkselect = Math.round( (linknumber-1) * randomnumber) + 1;
if ( linkselect == 1 )
{ linktext = "1.bmp" }
if ( linkselect == 2 )
{ linktext = "2.bmp" }
if ( linkselect == 3 )
{ linktext = "3.bmp" }
if ( linkselect == 4 )
{ linktext = "4.bmp" }
if ( linkselect == 5 )
{ linktext = "5.bmp" }
if ( linkselect == 6 )
{ linktext = "6.bmp" }
if ( linkselect == 7 )
{ linktext = "7.bmp" }
if ( linkselect == 8 )
{ linktext = "8.bmp" }
if ( linkselect == 9 )
{ linktext = "9.bmp" }
if ( linkselect == 10 )
{ linktext = "10.bmp" }
if ( linkselect == 11 )
{ linktext = "11.bmp" }
if ( linkselect == 12 )
{ linktext = "12.bmp" }
if ( linkselect == 13 )
{ linktext = "13.bmp" }
if ( linkselect == 14 )
{ linktext = "14.bmp" }
if ( linkselect == 15 )
{ linktext = "15.bmp" }
if ( linkselect == 16 )
{ linktext = "16.bmp" }
if ( linkselect == 17 )
{ linktext = "17.bmp" }
if ( linkselect == 18 )
{ linktext = "18.bmp" }
if ( linkselect == 19 )
{ linktext = "19.bmp" }
if ( linkselect == 20 )
{ linktext = "20.bmp" }
if ( linkselect == 21 )
{ linktext = "21.bmp" }
if ( linkselect == 22 )
{ linktext = "22.bmp" }
if ( linkselect == 23 )
{ linktext = "23.bmp" }
if ( linkselect == 24 )
{ linktext = "24.bmp" }
if ( linkselect == 25 )
{ linktext = "25.bmp" }
if ( linkselect == 26 )
{ linktext = "26.bmp" }
if ( linkselect == 27 )
{ linktext = "27.bmp" }
if ( linkselect == 28 )
{ linktext = "28.bmp" }
if ( linkselect == 29 )
{ linktext = "29.bmp" }
if ( linkselect == 30 )
{ linktext = "30.bmp" }
document.write('<IMG SRC = "images/' + linktext + '">');
}
</SCRIPT>
</HEAD>
<TABLE BORDER = 0 WIDTH = 100%>
<TR>
<TD ALIGN = CENTER><script LANGUAGE = "JavaScript">picklink()</SCRIPT></TD>
</TR>
<BODY background=""
BGCOLOR="#000000">
[color=#FF0000]<embed src="C:\other stuff\Aaron\AARONS FINISHED VIDEOS\lucky numbers\z1-30 nd.mpg" type="application/x-shockwave-flash"
width="430" height="346"></embed>[/color]
</BODY>
</HTML>
the red is the part that ive been working on and is not on the website. im having a problem putting that over the random number and making the random number bigger. then when you click on the video, it closes it.
please hurry on this because i cant be on during the week except this monday.