var imagenumber = 5 ; 
var randomnumber = Math.random() ; 
var rand = Math.round( (imagenumber-1) * randomnumber) + 1 ;

m = new Array 
m[1] = "images/question_1.gif"
m[2] = "images/question_2.gif"
m[3] = "images/question_3.gif"
m[4] = "images/question_4.gif"
m[5] = "images/question_5.gif"
var image = m[rand]

a = new Array 
a[1] = "How do you see the world? The countries of the south have 75% of the world's people, but only 15% of the world's energy consumption, 30% of the world's food grain, 18% of the world's export earnings, 11% of the world's spending on education, 6% of the world's spending on health, 8% of the world's industry, and 5% of the world's science and technology."
a[2] = "How are you connected with the rest of the world? A pair of jeans sold in England is made from materials and components from over ten countries around the world: Namibia (copper rivets and buttons), Japan (wire for zip teeth and polyester fibre for thread), Northern Ireland (thread manufactured), Spain (thread dyed), France (polyster tape for zips), Benin (cotton for denim), Pakistan (cotton for pockets), Germany (synthetic indigo dye), and Australia (zinc for rivets and buttons)."
a[3] = "What is your share of the world's wealth? Of the world's six billion of so human residents, one in every two lives on less than $2 a day while one in every 850 is a dollar millionaire. Of the seven million millionaires in the world, one in every 134 has assets of more than $30 million. Of the 52,000 people with more than $30 million, one in every 100 is a dollar billionaire."
a[4] = "Who do you think runs the world? The UN Development Programme (UNDP) notes in its 1999 Human Development Report that many global corporations now yield more economic power than nation-states. Today 50 of the largest 100 economies in the world are run by multinationals, not by countries. Mitsubishi is bigger than Saudi Arabia, and General Motors is larger than either Greece, Norway or South Africa. The combined annual revenues of the biggest 200 corporations are than those of 182 nation-state that contain 80% of the world's population."
a[5] = "How sustainable is your lifestyle? If everyone in the world lived like the average citizen in the UK we would need two extra planets to sustain our lifestyle. If everyone lived like the average citizen in Bangladesh we could probably get away with the one we've got. But if everyone lived like the average citizen in the USA then we would be in serious trouble because we would need five extra planets to sustain our lifestyle."
var alt = a[rand]

url = new Array
url[1] = "projects.htm"
url[2] = "projects.htm"
url[3] = "projects.htm"
url[4] = "projects.htm"
url[5] = "projects.htm"
var myurl = url[rand]

document.write('<A HREF="' + myurl + '"><IMG src="' + image + '"  title="" alt="' + alt + '" border="0"></A>')