// random image generator //

var image = new Array();
var index,result;
index = Math.random();
index = index*100;
index = Math.round(index);
index %= 20;
image[0] = '<a href="photogal_rotimg.htm"><img src="img/rot/img00.jpg" border="0" alt="Photo of busy roadside market in Northern Mozambique"></a>';
image[1] = '<a href="photogal_rotimg.htm"><img src="img/rot/img01.jpg" border="0" alt="Photo of field of yellow sunflowers with mountains in the distance"></a>';
image[2] = '<a href="photogal_rotimg.htm"><img src="img/rot/img02.jpg" border="0" alt="Photo of group of smiling children"></a>';
image[3] = '<a href="photogal_rotimg.htm"><img src="img/rot/img03.jpg" border="0" alt="Photo of sacks of food aid with USA labels"></a>';
image[4] = '<a href="photogal_rotimg.htm"><img src="img/rot/img04.jpg" border="0" alt="Photo of baby boys looks out from a thatch house"></a>';
image[5] = '<a href="photogal_rotimg.htm"><img src="img/rot/img05.jpg" border="0" alt="Photo of woman smiles in front of a banana tree"></a>';
image[6] = '<a href="photogal_rotimg.htm"><img src="img/rot/img06.jpg" border="0" alt="Closeup of childrens faces in northern Mozambique"></a>';
image[7] = '<a href="photogal_rotimg.htm"><img src="img/rot/img07.jpg" border="0" alt="Photo of women smiling in front of a thatched roof"></a>';
image[8] = '<a href="photogal_rotimg.htm"><img src="img/rot/img08.jpg" border="0" alt="Photo of wall of an ancient fort in northern Mozambique"></a>';
image[9] = '<a href="photogal_rotimg.htm"><img src="img/rot/img09.jpg" border="0" alt="Photo of sunset over the Indian Ocean"></a>';
image[10] = '<a href="photogal_rotimg.htm"><img src="img/rot/img10.jpg" border="0" alt="Photo of man checking an instrument panel"></a>';
image[11] = '<a href="photogal_rotimg.htm"><img src="img/rot/img11.jpg" border="0" alt="Photo of smiling women with colorful headwear"></a>';
image[12] = '<a href="photogal_rotimg.htm"><img src="img/rot/img12.jpg" border="0" alt="Closeup of the Maputo Railway Station, designed by Gustave Eiffel in 1910"></a>';
image[13] = '<a href="photogal_rotimg.htm"><img src="img/rot/img13.jpg" border="0" alt="Closeup of the Mozambican flag"></a>';
image[14] = '<a href="photogal_rotimg.htm"><img src="img/rot/img14.jpg" border="0" alt="Closeup photograph of a traditional Mozambican textile"></a>';
image[15] = '<a href="photogal_rotimg.htm"><img src="img/rot/img15.jpg" border="0" alt="Photo of smiling women in colorful clothing"></a>';
image[16] = '<a href="photogal_rotimg.htm"><img src="img/rot/img16.jpg" border="0" alt="Closeup of a painting by Mozambican artist Elias Abdula Naguib"></a>';
image[17] = '<a href="photogal_rotimg.htm"><img src="img/rot/img17.jpg" border="0" alt="Closeup photograph of a traditional Mozambican textile"></a>';
image[18] = '<a href="photogal_rotimg.htm"><img src="img/rot/img18.jpg" border="0" alt="Closeup photo of northern Mozambican woman"></a>';
image[19] = '<a href="photogal_rotimg.htm"><img src="img/rot/img19.jpg" border="0" alt="Photo of colorfully dressed women in lush green field"></a>';
document.write(image[index]);