document.write('<div class="SideBar">')

// Random Image Script - By JavaScript Kit (http://www.javascriptkit.com) 
// Over 400+ free JavaScripts here!
// Keep this notice intact please

function random_imglink(){
var myimages=new Array()
// specify random images below. You can have as many as you wish
myimages[0]="../../Photographs/Portraits/thumbnails/sl_90s_portrait_04.jpg"
myimages[1]="../../Photographs/Portraits/thumbnails/de_90s_portrait.jpg"
myimages[2]="../../Photographs/Portraits/thumbnails/sl_90s_portrait_03.jpg"
myimages[3]="../../Photographs/Portraits/thumbnails/sl_2000_portrait_02.jpg"
myimages[4]="../../Photographs/Portraits/thumbnails/sl_2000_portrait_03.jpg"

var ry=Math.floor(Math.random()*myimages.length)
if (ry==0)
ry=1
document.write('<a href="../../Photographs/Photos.htm" width="100%" alt="Portrait Photographs Home Page"><img src="'+myimages[ry]+'" alt="Godwin Portrait" border="0" height="160px">')
}
random_imglink()

document.write('<p class="center"><a href="../../index.html#List">Document List</a></p>')

document.write('<p class="center"><a href="../../Introduction/Introduction.htm">Introduction</a></p>')

document.write('<p class="center"><a href="../../Tributes/Tributes.htm">Tributes</a></p>')

document.write('<p class="center"><a href="../../Information/Information.htm">Information</a></p>')

document.write('<p class="center"><a href="../../Audio/Audio.htm">Audio</a></p>')

document.write('<p class="center"><a href="../../Database/Database.htm">Database</a></p>')

document.write('<p class="center"><a href="../../Photographs/Photos.htm">Photos</a></p>')

document.write('<p class="center"><a href="../../download/Download.htm">Download</a></p>')

document.write('</div>')

document.write('<div class="SideBar2">')

document.write('<script type="text/javascript" src="../../includes/GTranslate.js"></script><br />')

document.write('</div>')


