<!--

function random_link(){
//specify random images below. You can have as many as you wish
var images=new Array()
images[1]="http://www.warbirdforum.com/mucwa.jpg" 
images[2]="http://www.warbirdforum.com/onlywar.jpg"
images[3]="http://www.danfordbooks.com/avgsm.jpg"
images[4]="http://www.warbirdforum.com/remains.jpg"
images[5]="http://www.warbirdforum.com/greenlaw.jpg"
images[6]="http://www.warbirdforum.com/edwards.jpg"

//specify corresponding affiliate links below
var links=new Array()
links[1]="http://www.warbirdforum.com/mucwa.htm"
links[2]="http://www.warbirdforum.com/onlywar.htm"
links[3]="http://www.flyingtigersbook.com"
links[4]="http://www.warbirdforum.com/remains.htm"
links[5]="http://www.warbirdforum.com/greenlaw.htm"
links[6]="http://www.warbirdforum.com/order.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>"

var mylinks=new Array()
mylinks[1]="http://www.warbirdforum.com/mucawa.htm"   
mylinks[2]="http://www.warbirdforum.com/onlywar.htm"  
mylinks[3]="http://www.flyingtigersbook.com"
mylinks[4]="http://www.warbirdforum.com/remains.htm"  
mylinks[5]="http://www.warbirdforum.com/greenlaw.htm" 
mylinks[6]="http://www.warbirdforum.com/order.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>"

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()
//-->
