// JavaScript Document
function random_imglink(){
var myimages=new Array()
var myalts=new Array()
//specify random images below. You can have as many as you wish
//start with zero NOT one
//myalts must be equal and corresponding to myimages

myimages[0]="/history/images/random/ali72x.jpg"
myimages[1]="/history/images/random/castro72x.jpg"
myimages[2]="/history/images/random/castro72x.jpg"
myimages[3]="/history/images/random/conStatue72x.jpg"

myalts[0]="Young Muhammad Ali"
myalts[1]="Young Fidel Castro"
myalts[2]="Fidel Castro"
myalts[3]="Confucius"

var ry=Math.floor(Math.random()*myimages.length)

document.write('<img src="'+myimages[ry]+'" alt="'+myalts[ry]+'" border="0">')
}

function random_imglink2(){
var myimages=new Array()
var myalts=new Array()
//specify random images below. You can have as many as you wish
//start with zero NOT one
myimages[0]="/history/images/random/ConfuciusBW72x.jpg"
myimages[1]="/history/images/random/gwBw72x.jpg"
myimages[2]="/history/images/random/caesar72x.jpg"
myimages[3]="/history/images/random/krf72x.jpg"
myimages[4]="/history/images/random/Charlemagne72x.jpg"

myalts[0]="Confucius"
myalts[1]="George Washington"
myalts[2]="Caesar"
myalts[3]="John F. Kennedy"
myalts[4]="Charlemagne"

var ry=Math.floor(Math.random()*myimages.length)

document.write('<img src="'+myimages[ry]+'" alt="'+myalts[ry]+'" border="0">')
}

function random_imglink3(){
var myimages=new Array()
var myalts=new Array()
//specify random images below. You can have as many as you wish
//start with zero NOT one
myimages[0]="/history/images/random/bush72x.jpg"
myimages[1]="/history/images/random/gw72x.jpg"
myimages[2]="/history/images/random/henry872x.jpg"
myimages[3]="/history/images/random/kennedy72x.jpg"
myimages[4]="/history/images/random/mao72x.jpg"

myalts[0]="George W. Bush"
myalts[1]="George Washington"
myalts[2]="King Henry the 8th"
myalts[3]="John F. Kennedy"
myalts[4]="Mao Zedong"

var ry=Math.floor(Math.random()*myimages.length)

document.write('<img src="'+myimages[ry]+'" alt="'+myalts[ry]+'" border="0">')
}

function random_imglink4(){
var myimages=new Array()
var myalts=new Array()
//specify random images below. You can have as many as you wish
//start with zero NOT one
myimages[0]="/history/images/random/confucius72x.jpg"
myimages[1]="/history/images/random/napolean72x.jpg"
myimages[2]="/history/images/random/queenVic72x.jpg"
myimages[3]="/history/images/random/ali272x.jpg"

myalts[0]="Confucius"
myalts[1]="Napoleon Bonaparte"
myalts[2]="Queen Victoria"
myalts[3]="Muhammad Ali"

var ry=Math.floor(Math.random()*myimages.length)

document.write('<img src="'+myimages[ry]+'" alt="'+myalts[ry]+'" border="0">')
}

function random_imglink5(){
var myimages=new Array()
var myalts=new Array()
//specify random images below. You can have as many as you wish
//start with zero NOT one
myimages[0]="/larkin/images/random/George-Washington72x.jpg"

myalts[0]="George Washington"

var ry=Math.floor(Math.random()*myimages.length)

document.write('<img src="'+myimages[ry]+'" alt="'+myalts[ry]+'" border="0">')
}

function random_imglink6(){
var myimages=new Array()
var myalts=new Array()
//specify random images below. You can have as many as you wish
//start with zero NOT one
myimages[0]="/larkin/images/random/Thomas-Jefferson72x.jpg"

myalts[0]="Thomas Jefferson"

var ry=Math.floor(Math.random()*myimages.length)

document.write('<img src="'+myimages[ry]+'" alt="'+myalts[ry]+'" border="0">')
}

function random_imglink7(){
var myimages=new Array()
var myalts=new Array()
//specify random images below. You can have as many as you wish
//start with zero NOT one
myimages[0]="/larkin/images/random/abraham-lincoln72x.jpg"

myalts[0]="Abraham Lincoln"

var ry=Math.floor(Math.random()*myimages.length)

document.write('<img src="'+myimages[ry]+'" alt="'+myalts[ry]+'" border="0">')
}

function random_imglink8(){
var myimages=new Array()
var myalts=new Array()
//specify random images below. You can have as many as you wish
//start with zero NOT one
myimages[0]="/larkin/images/random/Franklin-Roosevelt72x.jpg"

myalts[0]="Franklin Roosevelt"

var ry=Math.floor(Math.random()*myimages.length)

document.write('<img src="'+myimages[ry]+'" alt="'+myalts[ry]+'" border="0">')
}