var standstill=7; //an integer indicate number of seconds pausing between transition
var bFaddingOnly = 1; // = 1 if only want fadding transition, else = 0;
var frontPagePhotos=new Array(); // don't remove this line
var photoAuthors=new Array(); // don't remove this line
var frontPageURLs=new Array(); // don't remove this line

frontPagePhotos[0] = "/fontPagePictures/ao thu_std.jpg";
photoAuthors[0] = "Si Huynh";
frontPageURLs[0] = "/display_officer.asp?id=4";

frontPagePhotos[1] = "/fontPagePictures/02_std.jpg";
photoAuthors[1] = "Tuoc Nguyen";
frontPageURLs[1] = "/display_officer.asp?id=17";

frontPagePhotos[2] = "/fontPagePictures/vivi 006_std.jpg";
photoAuthors[2] = "Vy Vy Tran";
frontPageURLs[2] = "/display_officer.asp?id=2";

frontPagePhotos[3] = "/fontPagePictures/img_0230_std.jpg";
photoAuthors[3] = "Minh Thu";
frontPageURLs[3] = "/display_officer.asp?id=11";

frontPagePhotos[4] = "/fontPagePictures/birdofparadise-flower_std.jpg";
photoAuthors[4] = "Hien Nguyen";
frontPageURLs[4] = "/display_officer.asp?id=16";
