function swapText(aryList, aryTitle){
	var intArrayLength = aryList.length;
	intIndex = (Math.round((Math.random() * intArrayLength  - 1)));
	if(intIndex < 0){
		intIndex = 0;
	}
	WelcomeText.innerHTML = aryList[intIndex];
	
	WelcomeText.title = aryTitle[intIndex];

	return aryList[intIndex];
}

var aryWelcomeList = new Array();
aryWelcomeList[0] = "Welcome";	 //
aryWelcomeList[1] = "Velkommen";	 //Danish
aryWelcomeList[2] = "Shalom";	 //Hebrew
aryWelcomeList[3] = "Soo dhawow";	 //Somali
aryWelcomeList[4] = "Hos geldiniz";	 //Turkish
aryWelcomeList[5] = "Bienvenue";	 //French
aryWelcomeList[6] = "Croeso";	 //Welsh
aryWelcomeList[7] = "Benvenuti";	 //Italian
aryWelcomeList[8] = "Failte";	 //Gaelic
aryWelcomeList[9] = "Bemvindo";	 //Portugese
aryWelcomeList[10] = "Karibu";	 //Swahili
aryWelcomeList[11] = "Bienvendos";	 //Spanish
aryWelcomeList[12] = "Selamut datang";	 //Malay
aryWelcomeList[13] = "Vitame Vas";	 //Slovak
aryWelcomeList[14] = "Hoan nghenh";	 //Vietmanese
aryWelcomeList[15] = "Witajcie";	 //Polish
aryWelcomeList[16] = "Willkommen";	 //German

var aryWelcomeTitle = new Array();
aryWelcomeTitle[0] = "Welcome to the Vincent Massey website.";	 //
aryWelcomeTitle[1] = "Welcome, in Dutch, to the Vincent Massey website.";	 //
aryWelcomeTitle[2] = "Welcome, in Hebrew, to the Vincent Massey website.";	 //
aryWelcomeTitle[3] = "Welcome, in Somali, to the Vincent Massey website.";	 //
aryWelcomeTitle[4] = "Welcome, in Turkish, to the Vincent Massey website.";	 //
aryWelcomeTitle[5] = "Welcome, in French,to the Vincent Massey website.";	 //
aryWelcomeTitle[6] = "Welcome, in Welsh,to the Vincent Massey website.";	 //
aryWelcomeTitle[7] = "Welcome, in Italian,to the Vincent Massey website.";	 //
aryWelcomeTitle[8] = "Welcome, in Gaelic,to the Vincent Massey website.";	 //
aryWelcomeTitle[9] = "Welcome, in Portugese,to the Vincent Massey website.";	 //
aryWelcomeTitle[10] = "Welcome, in Swahili,to the Vincent Massey website.";	 //
aryWelcomeTitle[11] = "Welcome, in Spanish,to the Vincent Massey website.";	 //
aryWelcomeTitle[12] = "Welcome, in Malay,to the Vincent Massey website.";	 //
aryWelcomeTitle[13] = "Welcome, in Slovak,to the Vincent Massey website.";	 //
aryWelcomeTitle[14] = "Welcome, in Vietmanese,to the Vincent Massey website.";	 //
aryWelcomeTitle[15] = "Welcome, in Polish,to the Vincent Massey website.";	 //
aryWelcomeTitle[16] = "Welcome, in German,to the Vincent Massey website.";	 //


var aryXMasList = new Array();
aryXMasList[0] = "En frehlicher Grischtdaag!";	 //
aryXMasList[1] = "I'D MIILAD SAID OUA SANA SAIDA!";	 //
aryXMasList[2] = "Boas Festas e Feliz Ano Novo!";	 //
aryXMasList[3] = "Kung His Hsin Nien bing Chu Shen!";	 //
aryXMasList[4] = "Mitho Makosi Kesikansi!";	 //
aryXMasList[5] = "Prejeme Vam Vesele Vanoce a stastny Novy Rok!";	 //
aryXMasList[6] = "Vrolijk Kerstfeest!";	 //
aryXMasList[7] = "Merry Christmas!";	 //
aryXMasList[8] = "Cristmas-e-shoma mobarak bashad!";	 //
aryXMasList[9] = "Joyeux Noel!";	 //
aryXMasList[10] = "Mele Kalikimaka!";	 //
aryXMasList[11] = "Mo'adim Lesimkha. Chena tova!";	 //
aryXMasList[12] = "Idah Saidan Wa Sanah Jadidah!";	 //
aryXMasList[13] = "Nollaig Shona Dhuit!";	 //
aryXMasList[14] = "Sung Tan Chuk Ha!";	 //
aryXMasList[15] = "Linksmu Kaledu!";	 //

var aryXMasTitle = new Array();
aryXMasTitle[0] = "Merry Christmas in German. ";	 //
aryXMasTitle[1] = "Merry Christmas in Arabic. ";	 //
aryXMasTitle[2] = "Merry Christmas in Brazilian. ";	 //
aryXMasTitle[3] = "Merry Christmas in Mandarin Chinese. ";	 //
aryXMasTitle[4] = "Merry Christmas in Cree. ";	 //
aryXMasTitle[5] = "Merry Christmas in Czech. ";	 //
aryXMasTitle[6] = "Merry Christmas in Dutch. ";	 //
aryXMasTitle[7] = "Merry Christmas in English. ";	 //
aryXMasTitle[8] = "Merry Christmas in Farsi. ";	 //
aryXMasTitle[9] = "Merry Christmas in French. ";	 //
aryXMasTitle[10] = "Merry Christmas in Hawaiian. ";	 //
aryXMasTitle[11] = "Merry Christmas in Hebrew. ";	 //
aryXMasTitle[12] = "Merry Christmas in Iraqi. ";	 //
aryXMasTitle[13] = "Merry Christmas in Irish. ";	 //
aryXMasTitle[14] = "Merry Christmas in Korean. ";	 //
aryXMasTitle[15] = "Merry Christmas in Lithuanian. ";	 //

