<!-- Hide from old browsers
// Copyright © 1999 Doug Popeney
// Created by Doug Popeney (easyjava@easyjavascipt.com)
// JavaScript Made Easy!! - http://www.easyjavascript.com


var imagenumber = 2;  // only first 1 on the secure site; all on the www. site

var randomnumber = Math.random() ;
var rand1 = Math.round( (imagenumber-1) * randomnumber) + 1 ;

images = new Array
images[1] = "banners/f4a_468x60_op.gif"
images[2] = "http://zen1.zencudo.co.uk/serve/ad.phtml?0;191486;11702;101;468;60"

var image = images[rand1]

links = new Array
// these must only appear on the insecure pages
// replace any & in the URL with ^
links[1] = "http://www.flights4all.com/refer.asp?source=e-logbooks_banner_ad&target=/"
links[2] = "http://zen1.zencudo.co.uk/serve/adclicknf.phtml?ct=0;191486;11702;0;0"
var lnk = links[rand1]

// -- End Hiding Here -->
