<!--
var currentdate = 0;
var core = 0;

function initArray() {

this.length = initArray.arguments.length;
  for (var i = 0; i < this.length; i++) {
  this[i] = initArray.arguments[i];
  }
}

link = new initArray(
"planes/homepage_planes.html",
"planes/homepage_planes.html",
"planes/homepage_planes.html",
"planes/homepage_planes.html",
"planes/homepage_planes.html",
"planes/homepage_planes.html",
"planes/homepage_planes.html",
"planes/homepage_planes.html",
"planes/homepage_planes.html",
"planes/homepage_planes.html",
"planes/homepage_planes.html",
"planes/homepage_planes.html",
"planes/homepage_planes.html",
"planes/homepage_planes.html",
"planes/homepage_planes.html",
"planes/homepage_planes.html",
"planes/homepage_planes.html",
"planes/homepage_planes.html",
"planes/homepage_planes.html",
"planes/homepage_planes.html",
"planes/homepage_planes.html"
);

image = new initArray(
"images/homepage_planes/splash01.jpg",
"images/homepage_planes/splash02.jpg",
"images/homepage_planes/splash03.jpg",
"images/homepage_planes/splash04.jpg",
"images/homepage_planes/splash05.jpg",
"images/homepage_planes/splash06.jpg",
"images/homepage_planes/splash07.jpg",
"images/homepage_planes/splash08.jpg",
"images/homepage_planes/splash09.jpg",
"images/homepage_planes/splash10.jpg",
"images/homepage_planes/splash11.jpg",
"images/homepage_planes/splash12.jpg",
"images/homepage_planes/splash13.jpg",
"images/homepage_planes/splash14.jpg",
"images/homepage_planes/splash15.jpg",
"images/homepage_planes/splash16.jpg",
"images/homepage_planes/splash17.jpg",
"images/homepage_planes/splash18.jpg",
"images/homepage_planes/splash19.jpg",
"images/homepage_planes/splash20.jpg",
"images/homepage_planes/splash21.jpg"
);

text = new initArray(
"Fokker Dr.I",
"Fokker Dr.I and a pair of SE5as",
"SE5a",
"SE5a and Fokker Dr.I",
"Royal Aircraft Factory S.E.5a",
"Fokker Dr.I",
"Fokker Dr.I and SE5a",
"Fokker D.VII",
"Sopwith 1-1/2 Strutter",
"Nieuport 28",
"Allies Formation",
"Sopwith 1-1/2 Strutter",
"Sopwith 1-1/2 Strutter",
"Sopwith 1-1/2 Strutter",
"Sopwith 1-1/2 Strutter",
"SE5a",
"SE5a",
"Fokker Dr.I",
"Fokker Dr.I",
"Nieuport 28",
"SE5a"
);


var currentdate = new Date();
var core = currentdate.getSeconds() % image.length;
var ranlink  = link[core];
var ranimage = image[core];
var rantext  = text[core];

document.write('<a href=\"' +ranlink+ '\"><img border="0" src=\"'+ranimage+'\" width="350" height="233" vspace="2" hspace="3" align="right" alt=\"'+rantext+'\"></a>');


//-->

