var imagenumbera = 11;
var randomnumbera = Math.random();
var randa = Math.floor((imagenumbera)*randomnumbera)+1;

imagesa = new Array;

imagesa[1] = "http://www.ans.latech.edu/graphics/random_pics/pic1.jpg";
imagesa[2] = "http://www.ans.latech.edu/graphics/random_pics/pic2.jpg";
imagesa[3] = "http://www.ans.latech.edu/graphics/random_pics/pic3.jpg";
imagesa[4] = "http://www.ans.latech.edu/graphics/random_pics/pic4.jpg";
imagesa[5] = "http://www.ans.latech.edu/graphics/random_pics/pic5.jpg";
imagesa[6] = "http://www.ans.latech.edu/graphics/random_pics/pic6.jpg";
imagesa[7] = "http://www.ans.latech.edu/graphics/random_pics/pic7.jpg";
imagesa[8] = "http://www.ans.latech.edu/graphics/random_pics/pic8.jpg";
imagesa[9] = "http://www.ans.latech.edu/graphics/random_pics/pic9.jpg";
imagesa[10] = "http://www.ans.latech.edu/graphics/random_pics/pic10.jpg";
imagesa[11] = "http://www.ans.latech.edu/graphics/random_pics/pic11.jpg";

var imagea = imagesa[randa];

var header = '<TABLE CELLSPACING="0" CELLPADDING="1" style="text-align:left;background:black" BORDER="0">'
+'<TR>'
+'<TD style="vertical-align:top;text-align:left">'
+'<TABLE CELLSPACING="0" CELLPADDING="0" BORDER="0" WIDTH="750">'
+'<TR style="height:54px">'
+'<TD style="background:white;vertical-align:top;height:54px" id="b">'
+'<a href="http://www.latech.edu" name="top">'
+'<script type="text/javascript">'
+'document.write("<IMG SRC=\\"" + imagea + "\\" style=\\"border-width:0px\\">");'
+'</script></a><BR>'
+'</td>'
+'<TD style="background:black;text-align:center;vertical-align:middle;width:150px">'
+'<table cellpadding="0" cellspacing="0" border="0" style="width:100%">'
+'<tr>'
+'<td colspan="2" style="background:#000058;height:10px"></td>'
+'</tr>'
+'<tr>'
+'<td style="width:10px;background:#000058">&nbsp;</td>'
+'<td style="background:#000058"><a href="http://www.latech.edu/contents/">'
+'<span style="font-size:10pt;color:white"><B>&nbsp;Site Index</b></span>'
+'</a></td>'
+'</tr>'
+'<tr>'
+'<td style="width:10px;background:#000058">&nbsp;</td>'
+'<td style="background:#000058">'
+'<FORM action="http://www.latech.edu/cgi-bin/htsearch" target="_blank" method="post">'
+'<INPUT TYPE="text" NAME="words" VALUE="search here" onFocus="js:words.value="";" SIZE="12" MAXLENGTH="35" align="absmiddle">'
+'&nbsp;<INPUT TYPE="image" NAME="submit" SRC="http://ans.latech.edu/img/search.gif" style="border-width:0px;vertical-align:middle;background:#000058" alt="Search">'
+'</FORM>'
+'</td>'
+'</tr>'
+'<tr>'
+'<script type="text/javascript">if (navigator.appName.indexOf("Microsoft")!=-1) {'
+'document.write("<td colspan=\\"2\\" style=\\"background:#000058\\" height=\\"2\\"></td>");}'
+'else { document.write("<td colspan=\\"2\\" style=\\"background:#000058\\" height=\\"22\\"></td>");}'
+'</script>'
+'</tr>'
+'<tr>'
+'<td colspan="2" style="background:#ffffff;height:3px"></td>'
+'</tr>'
+'</table>'
+'</td>'
+'</tr>'
+'<TR>'
+'<TD style="background:#666666;vertical-align:top;width:750px;height:35px" colspan=2>'
+'<script type="text/javascript">'
+'var menuTest1 = new CMenu(MenuDef, "menuTest1");'
+'menuTest1.create();'
+'menuTest1.run();'
+'</script>'
+'</td>'
+'</TR>';
var footer = '<center><span style="font-size:8pt;color:#FFFFFF">'
+ 'Louisiana Tech University, A Member of the University of Louisiana System<BR>'
+ '&copy 2003 Louisiana Tech University P.O. Box 3178 Ruston, LA 71272<BR>'
+ '1-800-LATECH-1 or 1-318-257-3036'
+ '</span></center>';
