<!--
// Copyright © 1999 Doug Popeney (easyjava@easyjavascipt.com)
// Compacted 2001 by Aaron Ansell (kansel@cjonline.com)

var imagenumber=14 ;
var rand1=Math.round( (imagenumber-1) * Math.random()) + 1 ;
i=new Array
i[1]="001"
i[2]="002"
i[3]="003"
i[4]="004"
i[5]="005"
i[6]="006"
i[7]="007"
i[8]="008"
i[9]="009"
i[10]="010"
i[11]="011"
i[12]="012"
i[13]="013"
i[14]="014"
var image1=i[rand1]

/*
l=new Array
l[1]="index"
l[2]="003"
l[3]="005"
l[4]="007"
l[5]="009"
l[6]="011"
l[7]="013"
l[8]="015"
l[9]="017"
l[10]="019"
l[11]="037"
l[12]="039"
l[13]="041"
var link1=l[rand1]*/

a=new Array
a[1]=""
a[2]=""
a[3]=""
a[4]=""
a[5]=""
a[6]=""
a[7]=""
a[8]=""
a[9]=""
a[10]=""
a[11]=""
a[12]=""
a[13]=""
a[14]=""
var alt1=a[rand1]

// Variables used in compacting
// note: ALL thumbs must be of same type and live in same place
//       ALL gallery pages must be of same type and live in same place

var gallerypath="/includes/flipper/";
var galleryext=".shtml";
var thumbpath="/includes/flipper/";
var thumbext=".jpg";

function randomImage(image, alt) { // This function generates the thumb code
document.write("<img src=\"" + thumbpath + image + thumbext + "\" border=0 alt=\"" + alt + "\" />");
}

// Build the thumb bar

randomImage(image1, alt1);
document.write("&nbsp;&nbsp;");
// -->