var link_path  = "/";

function getRandom_sum(nums_sum)
{
    var ranNum_sum= Math.round(Math.random()*nums_sum);
	//alert (ranNum_sum);
    return ranNum_sum;
}

// WHO WE ARE
var numberOfWhoWeAreImages_sum = 12;
var randomNumber_sum = getRandom_sum(numberOfWhoWeAreImages_sum);

// Create an array to hold the names of all images.
var sum_whoweare_images = new Array(numberOfWhoWeAreImages_sum);
sum_whoweare_images[0]= link_path+"images/who/Who01.jpg";
sum_whoweare_images[1]= link_path+"images/who/Who02.jpg";
sum_whoweare_images[2]= link_path+"images/who/Who03.jpg";
sum_whoweare_images[3]= link_path+"images/who/Who04.jpg";
sum_whoweare_images[4]= link_path+"images/who/Who05.jpg";
sum_whoweare_images[5]= link_path+"images/who/Who06.jpg";
sum_whoweare_images[6]= link_path+"images/who/Who07.jpg";
sum_whoweare_images[7]= link_path+"images/who/Who08.jpg";
sum_whoweare_images[8]= link_path+"images/who/Who09.jpg";
sum_whoweare_images[9]= link_path+"images/who/Who10.jpg";
sum_whoweare_images[10]= link_path+"images/who/Who11.jpg";
sum_whoweare_images[11]= link_path+"images/who/Who12.jpg";
sum_whoweare_images[12]= link_path+"images/who/Who13.jpg";