<!--

function random_link(){
//specify random images below. You can have as many as you wish
var images=new Array()
images[1]="mucwa.jpg" 
images[2]="onlywar.jpg"
images[3]="http://www.danfordbooks.com/avgsm.jpg"
images[4]="remains.jpg"
images[5]="greenlaw.jpg"
images[6]="edwards.jpg"
images[7]="michael.jpg"

//specify corresponding affiliate links below
var links=new Array()
links[1]="mucwa.htm"
links[2]="onlywar.htm"
links[3]="http://www.flyingtigersbook.com"
links[4]="remains.htm"
links[5]="greenlaw.htm"
links[6]="order.htm"
links[7]="michael.htm"   

//specify titles below
var titles=new Array()
titles[1]="<b>Incident at Muc Wa</b> -"
titles[2]="<b>The Only War We've Got</b> -"
titles[3]="<b>Flying Tigers</b> -"
titles[4]="<b>Remains<b> -"
titles[5]="<b>The Lady and the Tigers<b>"
titles[6]="<b>Glen Edwards</b>"
titles[7]="<b>Michael's War</b>"

var mylinks=new Array()
mylinks[1]="mucawa.htm"   
mylinks[2]="onlywar.htm"  
mylinks[3]="book.htm"     
mylinks[4]="remains.htm"  
mylinks[5]="greenlaw.htm" 
mylinks[6]="order.htm"
mylinks[7]="michael.htm"

var blurb=new Array()
blurb[1]="</a><b>Incident at Muc Wa</b> - first and best of the Vietnam novels - <b>\'Sad, bawdy, and compelling\'</b> <i>(Detroit Free Press)</i>"
blurb[2]="</a><b>The Only War We've Got</b> - a reporter's journal, from the Mekong Delta to the Central Highlands in 1964</b>"
blurb[3]="</a><b>Flying Tigers</b> - definitive account of the American Volunteer Group - <b>\'War history as it should be written\'</b> (<i>The Hook</i>)"
blurb[4]="</a><b>Remains</b> - a novel of the Flying Tigers - <b>\'A cracking good yarn\'</b> (<i>Air & Space)</i>"
blurb[5]="</a><b>The Lady and the Tigers</b> - all about the Mexican-born beauty who helped create the myth of the Flying Tigers"
blurb[6]="</a><b>Glen Edwards</b> - diary of the man for whom Edwards Air Force Base was named - <b>\'A fascinating tale\'</b> (<i>Air & Space)</i>"
blurb[7]="</a><b>Michael's War</b> - love and rebellion in Ireland, 1916-1923 - a story of the Irish Republican Army"

var more=new Array()
more[1]="mucwa.htm"

var ry=Math.floor(Math.random()*images.length)
if (ry==0)
ry=1
document.write('<p align="center"><a href='+'"'+links[ry]+'"'+'><img src="'+images[ry]+'" WIDTH="120" HEIGHT="180" align="center" BORDER="1"><p><img src="learnmore.gif" WIDTH="150" HEIGHT="20" align="left" BORDER="0"></a>'+'<br align="left"><font face="Verdana" font-size: 12px><span lang="en-us"><a href='+'"'+mylinks[ry]+'"><br><p align="left">'+blurb[ry]+' </span></br>')
}
random_link()
//-->

