mypics = Array();
mypics[0] = Array();
mypics[0][0] = "/cm_pics/about_us/1559-0-0-0_1752413.jpg";
mypics[0][1] = "Unki is a foot in the door in Zimbabwe";
mypics[0][2] = "Neville Nicolau";
mypics[0][3] = "http://www.miningmx.com/news/platinum_group_metals/angloplat-forecasts-rising-production.htm";
mypics[1] = Array();
mypics[1][0] = "/cm_pics/about_us/1559-0-0-0_1878212.jpg";
mypics[1][1] = "I pulled the trigger, this time the gun fired. I kept firing";
mypics[1][2] = "Michael Schultz";
mypics[1][3] = "http://www.miningmx.com/news/markets/Kebbles-final-moments-described.htm";
mypics[2] = Array();
mypics[2][0] = "/cm_pics/about_us/1559-0-0-0_1730612.jpg";
mypics[2][1] = "It is appropriate and timely that I step down as CEO";
mypics[2][2] = "Colin Bird";
mypics[2][3] = "http://www.miningmx.com/news/platinum_group_metals/Coetzer-to-take-Bird's-mantle-at-Jubilee.htm";
mypics[3] = Array();
mypics[3][0] = "/cm_pics/about_us/1559-0-0-0_1877932.jpg";
mypics[3][1] = "Gareth has been a passionate leader during the most difficult challenges De Beers faced";
mypics[3][2] = "Nicky Oppenheimer";
mypics[3][3] = "http://www.miningmx.com/news/diamonds/De-Beers-Penny-quits-firm.htm";
mypics[4] = Array();
mypics[4][0] = "/cm_pics/about_us/1559-0-0-0_1878213.jpg";
mypics[4][1] = "Khulubuse Zuma has been clinching deals left, right and centre";
mypics[4][2] = "Lesiba Seshoka";
mypics[4][3] = "http://www.miningmx.com/news/gold_and_silver/Zuma-expands-empire-amid-Aurora-woe.htm";
randomnumber = Math.floor( Math.random() * mypics.length );
mypic = "url("+mypics[randomnumber][0]+") no-repeat  right top";
if(mypics[randomnumber][3]!=""){ link1="<a href='"+mypics[randomnumber][3]+"'>";link2="</a>";  } else {link1="";link2="";}
document.getElementById( 'm_headerRow' ).style.background = mypic;
if(mypics[randomnumber][3]!="")
          document.getElementById( 'm_quote' ).innerHTML = "\""+link1+mypics[randomnumber][1]+link2+ '"' + "<h6> -" +mypics[randomnumber][2]+ "</h6>"; 
          else
          document.getElementById( 'm_quote' ).innerHTML = "\""+mypics[randomnumber][1]+ '"' + "<h6> -" +mypics[randomnumber][2]+ "</h6>";
