var randomnumber=Math.floor(Math.random()*8)

document.writeln('<table border="0" cellspacing="0" cellpadding="0" width="100%" summary="format table">');
document.writeln('<tr><td class="topNavLineStyle">');
document.writeln('<img src="http://www.astate.edu/images/headers/'+randomnumber+'.jpg" alt="Arkansas State University - Powering Minds" width="756" height="85" />');
document.writeln('</td></tr>');
document.writeln('<tr><td class="topNavLineStyle">');
document.writeln('<img src="http://www.astate.edu/includes/clearpix.gif" alt="clearpix" width="1" height="30" class="topNavImageStyle" />');
document.writeln('<a href="http://www.astate.edu/" title="Home" class="topNav">Home</a>');
document.writeln('&nbsp;&nbsp;|&nbsp;&nbsp;');
document.writeln('<a href="http://www.astate.edu/sections/students/" title="Students" class="topNav">Students</a>');
document.writeln('&nbsp;&nbsp;|&nbsp;&nbsp;');
document.writeln('<a href="http://admissions.astate.edu/" title="Future Students" class="topNav">Future Students</a>');
document.writeln('&nbsp;&nbsp;|&nbsp;&nbsp;');
document.writeln('<a href="http://www.astate.edu/sections/alumniandfriends/" title="Alumni and Friends" class="topNav">Alumni and Friends</a>');
document.writeln('&nbsp;&nbsp;|&nbsp;&nbsp;');
document.writeln('<a href="http://www.astate.edu/sections/familyandvisitors/" title="Family and Visitors" class="topNav">Family and Visitors</a>');
document.writeln('&nbsp;&nbsp;|&nbsp;&nbsp;');
document.writeln('<a href="http://www.astate.edu/sections/facultyandstaff/" title="Faculty and Staff" class="topNav">Faculty and Staff</a>');
document.writeln('</td></tr></table>');