var photos=new Array();
var photoslink=new Array();

//Dimensions of Photos in your Album (All photos should have the same dimensions):
var iWidth=200;
var iHeight=135;

//Paths to Photos in your Album (You can have as many as you want):
photos[0]="images/queen.jpg"
photos[1]="images/infertility.jpg"
photos[2]="images/clinical_office.jpg"
photos[3]="images/Dana-Farber_ServiceAward.jpg"

photoslink[0]="http://news.bbc.co.uk/1/hi/uk/533952.stm"
photoslink[1]="infertility.jsp"
photoslink[2]="http://www.youtube.com/watch?v=ZjFVpRUtbWw"
photoslink[3]="images/Dana-Farber_ServiceAward.jpg"

