<!--

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.warbirdforum.com/morris.jpg"
images[4]="http://www.warbirdforum.com/thundersm.jpg"
images[5]="http://www.warbirdforum.com/soldiers.jpg"
images[6]="http://www.warbirdforum.com/stolenvalor.jpg"
images[7]="http://www.warbirdforum.com/namarama.jpg"

//specify corresponding affiliate links below
var links=new Array()
links[1]="http://www.warbirdforum.com/mucawa.htm"
links[2]="http://www.warbirdforum.com/onlywar.htm"
links[3]="http://www.warbirdforum.com/morris.htm"
links[4]="http://www.warbirdforum.com/thunder.htm"
links[5]="http://www.amazon.com/dp/0679411585/?tag=annals"
links[6]="http://www.warbirdforum.com/valor.htm"
links[7]="http://www.danford.net/unquiet.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>War Story</b> -"
titles[4]="<b>When Thunder Rolled<b> -"
titles[5]="<b>We Were Soldiers<b> -"
titles[6]="<b>Stolen Valor<b> -"
titles[7]="<b>Nam-a-Rama<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.warbirdforum.com/morris.htm"     
mylinks[4]="http://www.warbirdforum.com/thunder.htm"  
mylinks[5]="http://www.amazon.com/dp/0679411585/?tag=annals"
mylinks[6]="http://www.warbirdforum.com/valor.htm"
mylinks[7]="http://www.danford.net/unquiet.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>War Story</b> - a Green Beret in the early days saw the best and worst of the Vietnam War"
blurb[4]="</a><b>When Thunder Rolled</b> - 100 missions with a 50/50 chance of surviving, and he volunteered for more!"
blurb[5]="</a><b>We Were Soldiers</b> - fine book, fine film, about the battle that changed the face of the Vietnam War"
blurb[6]="</a><b>Stolen Valor</b> - you'll never look at a boonie hat in quite the same way again"
blurb[7]="</a><b>Nam-a-Rama</b> - a wonderfully funny novel about the Vietnam War, as seen in a fever dream"

var more=new Array()
more[1]="http://www.warbirdforum.com/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="center" 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()
//-->

