<!--

function random_link(){
//specify random images below. You can have as many as you wish
var images=new Array()
images[1]="buck.jpg"        
images[2]="janey.jpg"       
images[3]="compleat.jpg"    
images[4]="legendary.jpg"   
images[5]="truenorth.jpg"   
images[6]="lbirds.jpg"      
images[7]="servicemanual.jpg"    

//specify corresponding affiliate links below
var links=new Array()
links[1]="http://www.amazon.com/dp/0786883154/?tag=annals"
links[2]="janey.htm"
links[3]="compleat.htm"
links[4]="http://www.amazon.com/dp/0764321595/?tag=annals"
links[5]="http://www.amazon.com/dp/1585745529/?tag=annals"
links[6]="lbird.htm"
links[7]="http://www.historicaviation.com/affilredirect.po?pn=0002101&affil_user_ID=115"

//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]="http://www.amazon.com/dp/0786883154/?tag=annals"
mylinks[2]="janey.htm"
mylinks[3]="compleat.htm"
mylinks[4]="http://www.amazon.com/dp/0764321595/?tag=annals"
mylinks[5]="http://www.amazon.com/dp/1585745529/?tag=annals"
mylinks[6]="lbird.htm"
mylinks[7]="http://www.historicaviation.com/affilredirect.po?pn=0002101&affil_user_ID=115"

var blurb=new Array()
blurb[1]="</a><b>Flight of Passage</b> - A wonderful yarn about two brothers and their outrageous dad, and flying across America in a Piper Cub"
blurb[2]="</a><b>Janey</b> - From North Africa to the Rhine: a Piper Cub goes to war and survives"
blurb[3]="</a><b>Compleat Taildragger</b> - Why that conventional aircraft keeps heading for the bushes, and what to do about it"
blurb[4]="</a><b>Those Legendary Piper Cubs</b> - Best history of the Cub's evolution, many photos"
blurb[5]="</a><b>True North</b> - North to Hudson's Bay and the Yukon in a Piper Cub Special floatplane"
blurb[6]="</a><b>L-Birds</b> - A magazine-sized overview of U.S. liaison planes of the 1940s and 1950s"
blurb[7]="</a><b>Service Manual</b> - reprint of Piper Aircraft's J-3 service manual"

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" BORDER="0"></a>'+'<br align="center"><font face="Verdana" font-size: 12px><span lang="en-us"><a href='+'"'+mylinks[ry]+'"><br><p align="left">'+blurb[ry]+' </span></br>')
}
random_link()
//-->
