<!--

function random_link(){
//specify random images below. You can have as many as you wish
var images=new Array()
images[1]="p40aces.jpg" 
images[2]="colours.jpg"
images[3]="http://www.danfordbooks.com/avgsm.jpg"
images[4]="remains.jpg"
images[5]="greenlaw.jpg"
images[6]="bond.jpg"
images[7]="baabaa.jpg"

//specify corresponding affiliate links below
var links=new Array()
links[1]="warhawk.htm"
links[2]="colours.htm"
links[3]="http://www.flyingtigersbook.com"
links[4]="remains.htm"
links[5]="greenlaw.htm"
links[6]="http://www.amazon.com/dp/0890964084/?tag=annals" 
links[7]="http://www.amazon.com/dp/0553263501/?tag=annals" 

//specify titles below
var titles=new Array()
titles[1]=""
titles[2]=""
titles[3]=""
titles[4]=""
titles[5]=""
titles[6]=""
titles[7]=""

var mylinks=new Array()
mylinks[1]="warhawk.htm"
mylinks[2]="colours.htm"
mylinks[3]="http://www.flyingtigersbook.com"
mylinks[4]="remains.htm"
mylinks[5]="greenlaw.htm"
mylinks[6]="http://www.amazon.com/dp/0890964084/?tag=annals" 
mylinks[7]="http://www.amazon.com/dp/0553263501/?tag=annals" 

var blurb=new Array()
blurb[1]="</a><b>P-40 Aces of CBI</b> - Exquisite detail on the planes and pilots of the U.S. Army in China"
blurb[2]="</a><b>AVG Colors & Markings</b> - The last word on how those Tomahawks and P-40Es were painted, with many good photos"
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> - Blackie and Fitz meet a Japanese suicide pilot in the sky over Rangoon"
blurb[5]="</a><b>Lady & the Tigers</b> - All about the Mexican-born beauty who helped create the legend of the Flying Tigers"
blurb[6]="</a><b>Flying Tiger's Diary</b> - Day to day account by an AVG ace who became an Air Force general"
blurb[7]="</a><b>Baa Baa Black Sheep</b> - Pappy Boyington was a Flying Tiger before he was a Black Sheep"

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="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()
//-->

