var arrCountries = new Array(6);
var rg = 5; 
var rs = 1 + Math.floor(Math.random()*rg); 
if (rs >= 5) {
rs = 5;
}
arrCountries[1] = '<img src="../../images/testi1.jpg" width="200" height="174" border="0" alt="">';
arrCountries[2] = '<img src="../../images/testi2.jpg" width="200" height="174" border="0" alt="">';
arrCountries[3] = '<img src="../../images/testi3.jpg" width="200" height="137" border="0" alt="">';
arrCountries[4] = '<img src="../../images/testi4.jpg" width="200" height="137" border="0" alt="">';
arrCountries[5] = '<img src="../../images/testi.jpg" width="200" height="206" border="0" alt="">';
cdn = arrCountries[rs];
document.write (cdn);