var photos=new Array();
var photoslink=new Array();

//Dimensions of Photos in your Album (All photos should have the same dimensions):
var iWidth=608;
var iHeight=280;

//Paths to Photos in your Album (You can have as many as you want):
photos[0]="header1.jpg"
photos[1]="header2.jpg"
photos[2]="header3.jpg"
photos[3]="header4.jpg"
photos[4]="header5.jpg"

//Links for Photos in your Album (Don't define if the images don't have a link):
photoslink[0]="default.htm"
photoslink[1]="default.htm"
photoslink[2]="default.htm"
photoslink[3]="default.htm"
photoslink[4]="default.htm"
