  iArray=new Array(
    "graphics/logo/000.gif",
    "graphics/logo/001.gif",
    "graphics/logo/002.gif",
    "graphics/logo/003.gif",
    "graphics/logo/004.gif",
    "graphics/logo/005.gif",
    "graphics/logo/006.gif",
    "graphics/logo/007.gif",
    "graphics/logo/008.gif",
    "graphics/logo/009.gif");
  ri=Math.floor(iArray.length*Math.random());
  ri='<img SRC="'+ iArray[ri]+ '" alt="Sullivan County, Tennessee - A TNGenWeb Project (TnGenNet Inc.)" height="120" width="440" border="0">';

document.write('<hr size="1" width="75%" color="#FF0000">');
document.write('<table border="0" cellspacing="0" cellpadding="0" width="100%">')
document.write('<tr>')
document.write('<td width="33%" align="center">')
document.write('<img src="graphics/tennessc.gif" ALT="Tennessee State Flag" height="50" width="68">')
document.write('</td>')
document.write('<td width="33%" align="center" background="graphics/00.gif">')
document.write(ri)
document.write('</td>')
document.write('<td width="34%" align="center">')
document.write('<img src="graphics/tennessc.gif" alt="Tennessee State Flag" height="50" width="68">')
document.write('</td>')
document.write('</tr>')
document.write('</table>')