

<!--



function random_imjdink(){

var myimages=new Array(15)

myimages[1]="http://john-f-kennedy.net/carolineanddad.jpg"

myimages[2]="http://john-f-kennedy.net/kennedyfamily.jpg"

myimages[3]="http://john-f-kennedy.net/jpk_joe_jfk.jpg"

myimages[4]="http://john-f-kennedy.net/leeharveyoswaldshotbyjackruby.jpg"

myimages[5]="http://john-f-kennedy.net/june121944heroiccombatmedal.jpg"

myimages[6]="http://john-f-kennedy.net/november241963mournerswaittopayhomage.jpg"

myimages[7]="http://john-f-kennedy.net/kennedyshappylovefield.jpg"

myimages[8]="http://john-f-kennedy.net/jfkjohnjohnsalute.jpg"

myimages[9]="http://john-f-kennedy.net/jfkjackie.jpg"

myimages[10]="http://john-f-kennedy.net/jfkfamily.jpg"

myimages[11]="http://john-f-kennedy.net/eternalflame.jpg"

myimages[12]="http://john-f-kennedy.net/jfkfuneraljackieandcaroline.jpg"

myimages[13]="http://john-f-kennedy.net/pt109.jpg"

myimages[14]="http://john-f-kennedy.net/jfkjohnjohn.jpg"

myimages[15]="http://john-f-kennedy.net/wantedfortreason377.jpg"


var imagelinks=new Array(15)

imagelinks[1]="index.htm"

imagelinks[2]="index.htm"

imagelinks[3]="index.htm"

imagelinks[4]="index.htm"

imagelinks[5]="index.htm"

imagelinks[6]="index.htm"

imagelinks[7]="index.htm"

imagelinks[8]="index.htm"

imagelinks[9]="index.htm"

imagelinks[10]="index.htm"

imagelinks[11]="index.htm"

imagelinks[12]="index.htm"

imagelinks[13]="index.htm"

imagelinks[14]="index.htm"

imagelinks[15]="wantedfortreason.htm"


var y=Math.round(Math.random()*15)

if (y==0) y=1

if (y>14.5) y=15

document.write('<a href='+'"'+imagelinks[y]+'"'+'><img src="'+myimages[y]+'" border=0></a>')

}

random_imjdink()

//-->

