//Place the description that you want for the page between the "" for strDescription


var strDescription = "";


var i = 0;
var arrImages    = new Array();
    arrImages[0] = "Job Of The Month";

//copy the following block of code
		

i = i +1;
arrImages[i] = new Array();
arrImages[i][1]="";  //place the caption text here
arrImages[i][2]="jom1.jpg";         //this is the name of the image

i = i +1;
arrImages[i] = new Array();
arrImages[i][1]="";  //place the caption text here
arrImages[i][2]="jom2.jpg";         //this is the name of the image

i = i +1;
arrImages[i] = new Array();
arrImages[i][1]="";  //place the caption text here
arrImages[i][2]="jom3.jpg";         //this is the name of the image

i = i +1;
arrImages[i] = new Array();
arrImages[i][1]="";  //place the caption text here
arrImages[i][2]="jom4.jpg";         //this is the name of the image

i = i +1;
arrImages[i] = new Array();
arrImages[i][1]="";  //place the caption text here
arrImages[i][2]="jom5.jpg";         //this is the name of the image

i = i +1;
arrImages[i] = new Array();
arrImages[i][1]="";  //place the caption text here
arrImages[i][2]="jom6.jpg";         //this is the name of the image

i = i +1;
arrImages[i] = new Array();
arrImages[i][1]="";  //place the caption text here
arrImages[i][2]="jom7.jpg";         //this is the name of the image

var counter = i;






