var nbimage= 40;
var width;
var height;
var url;
var alte;
function banniere()
{
numimage= Math.round(Math.random()*(nbimage-1)+1);
if (numimage <= 10)
{
url = "/Public/736/images/kenexa_1.jpg";
alte = "The Aga Khan Foundation supports training in Antisohihy, Madagascar.";
}
if (numimage > 10 && numimage <= 20)
{
url = "/Public/736/images/kenexa_2.jpg";
alte = "The Aga Khan Academy in Mombasa, Kenya, offers a strong education in both the arts and sciences.";
}
if (numimage > 20 && numimage <= 30)
{
url = "/Public/736/images/kenexa_3.jpg";
alte = "Mini-hydroelectric plants built with the assistance of the Aga Khan Foundation provide electricity to villages in Afghanistan.";
}
if (numimage > 30)
{
url = "/Public/736/images/kenexa_4.jpg";
alte = "The 12th century Ayyubid wall, which has been rehabilitated by the Aga Khan Trust for Culture.";
}
document.write('<IMG SRC="' + url + '" ALT="' + alte + '" BORDER=0>')
}
