function getImageStartPage(xImgW, xImgH)
{

try {

images = new Array;

images[0] = "gfx/random/StartPage/Sailing.jpg";
images[1] = "gfx/random/StartPage/100_0752.jpg";
images[2] = "gfx/random/StartPage/100_0778.jpg";
images[3] = "gfx/random/StartPage/100_0788.jpg";
images[4] = "gfx/random/StartPage/100_0796.jpg";
images[5] = "gfx/random/StartPage/LS1.jpg";
images[6] = "gfx/random/StartPage/Complex_0108.JPG";
images[7] = "gfx/random/StartPage/Rotary & Seniors Picnic_0159.JPG";
images[8] = "gfx/random/StartPage/HebronTennisCourts.jpg";
images[9] = "gfx/random/StartPage/recreationns.jpg";
images[10] = "gfx/random/StartPage/VONLogo.JPG";
images[11] = "gfx/random/StartPage/SentimentalJourney 001.jpg";
images[12] = "gfx/random/StartPage/SentimentalJourney 002.jpg";
images[13] = "gfx/random/StartPage/meaghan_goudy.jpg";
images[14] = "gfx/random/StartPage/HebronComplexAndMapleGrove.jpg";
images[15] = "gfx/random/StartPage/relayforlifeHebron.jpg";
images[16] = "gfx/random/StartPage/relayforlifeopeningceremonies.jpg";
images[17] = "gfx/random/StartPage/LearnToRun20082.jpg";
images[18] = "gfx/random/StartPage/CMistyDoucette.jpg";
images[19] = "gfx/random/StartPage/DSC05200.JPG";
images[20] = "gfx/random/StartPage/banner_image2.jpg";
images[21] = "gfx/random/StartPage/lobsterdinner4.JPG";
images[22] = "gfx/random/StartPage/PlaygroundCanadaDayFishPond2008.jpg";
images[23] = "gfx/random/StartPage/PlaygroundCanadaDayKidzact32008.jpg";
images[24] = "gfx/random/StartPage/DragonBoatatDusk.jpg";
images[25] = "gfx/random/StartPage/DragonBoating08.JPG";
images[26] = "gfx/random/StartPage/Carmen.JPG";
images[27] = "gfx/random/StartPage/Leo.JPG";
images[28] = "gfx/random/StartPage/YarmouthNationalChampionsLogo.jpg";
images[29] = "gfx/random/StartPage/YarmouthNationalChampionsLogo1.jpg";
images[30] = "gfx/random/StartPage/YarmouthNationalChampionsLogo2.jpg";
images[31] = "gfx/random/StartPage/MODY_Leo1.JPG";
images[32] = "gfx/random/StartPage/TOWN_Carmen1.JPG";
images[33] = "gfx/random/StartPage/VolunteerAwardsDay_Apr12_2010_CarmenC.jpg";
images[34] = "gfx/random/StartPage/VolunteerAwardsDay_Apr12_2010_CarmenC2.jpg";
images[35] = "gfx/random/StartPage/VolunteerAwardsDay_Apr12_2010_LeoM.jpg";
images[36] = "gfx/random/StartPage/VolunteerAwardsDay_Apr12_2010_LeoM1.jpg";
images[37] = "gfx/random/StartPage/Helen_Fitzgerald_2010.jpg";

alts = new Array;

alts[0] = "Sailing Program at Lake Milo is back for 2010!";
alts[1] = "Annual Family Beach Party, Port Maitland Beach";
alts[2] = "Relay Race, Family Beach Party";
alts[3] = "Sand Sculpture Contest";
alts[4] = "Family Beach Party, A great annual event!";
alts[5] = "On Lake Milo..Canoe Kayak 2010!";
alts[6] = "Day camp fun!";
alts[7] = "Seniors Picnics in the park";
alts[8] = "Hebron Tennis Courts- Get a membership today!";
alts[9] = "Proud Members of Recreation NS";
alts[10] = "Yarmouth Leisure Services supports VON Tri County!";
alts[11] = "Loren Fevens, Sentimental Journey";
alts[12] = "Sentimental Journey Dances at Milo!";
alts[13] = "Track Meet at Gateway Park";
alts[14] = "Hebron Complex & Maple Grove Education Centre";
alts[15] = "Relay For Life: Hebron Recreation Complex";
alts[16] = "Opening Ceremonies: Relay For Life at the Hebron Recreation Complex";
alts[17] = "Learn To Run at Runner's Attic! Every Saturday at 9am";
alts[18] = "Misty Doucette, Community Recreation Coordinator";
alts[19] = "Geocaching at the Hebron Recreation Complex";
alts[20] = "Lake Milo Aquatic Club";
alts[21] = "Lake Milo Banquet Room..a perfect place for a lobster dinner";
alts[22] = "Yarmouth South Playground: Canada Day Festival";
alts[23] = "Yarmouth South Playground: Canada Day Festival";
alts[24] = "Dragon Boating at Dusk on Lake Milo";
alts[25] = "Dragon Boating on Lake Milo";
alts[26] = "Carmen Coffin,  Town of Yarmouth's 2010 Volunteer Representative";
alts[27] = "Leo Mooney, Municipality of Yarmouth's 2010 Volunteer Representative";
alts[28] = "YarmouthNationalChampionsLogo";
alts[29] = "YarmouthNationalChampionsLogo1";
alts[30] = "YarmouthNationalChampionsLogo2";
alts[31] = "Leo Mooney, Municipality of Yarmouth's 2010 Volunteer Representative";
alts[32] = "Carmen Coffin,  Town of Yarmouth's 2010 Volunteer Representative";
alts[33] = "Carmen Coffin receives her provincial volunteer award";
alts[34] = "Carmen Coffin receives her provincial volunteer award";
alts[35] = "Leo Mooney receives his provincial volunteer award";
alts[36] = "Leo Mooney receives his provincial volunteer award";
alts[37] = "Helen Fitzgerald wins Silver in Scrabble at the 2010 Canada 55+ Games in Ontario";

var imagenumber = images.length-1;
var rand1 = randNum(0,imagenumber);

var image = images[rand1];
var alt1 = alts[rand1];

var outerSpan = (xImgW + 10)

return '<span style="float:left; width:' + outerSpan + '; text-align:center;"><img src="' + 
	image + '" style="margin: 0 10 0 1;" width="'+ xImgW + '" height="' + 
	xImgH + '" alt="' + alt1 + '"><br /><span class="FontB2A">' + alt1 + '<br /></span></span>';

}
catch(e) {
  alert("Problem in getImage: " + e);
}
finally {
}
}

function randNum(x, y) {
	var range = y - x + 1;
	return Math.floor(Math.random() * range) + x;
}


