function randomimage_EN()
{
//11 Choices
var ranNum= Math.round(Math.random() * 11);
if (ranNum == 0){document.write('<a href="Germany_EN.html"><img src="Pix/Countries/Germany.JPG" alt="Germany" width="150" height="113" border="2" /><br>Germany...</a>'); }// comments
if (ranNum == 1){document.write('<a href="Belgium_EN.html"><img src="Pix/Countries/Belgium.JPG" alt="Belgium" width="150" height="113"  border="2" /><br>Belgium...</a>'); } // 
if (ranNum == 2){document.write('<a href="Canada_EN.html"><img src="Pix/Countries/Canada.JPG" alt="Canada" width="150" height="113" border="2" /><br>Canada...</a>'); } // 
if (ranNum == 3){document.write('<a href="Denmark_EN.html"><img src="Pix/Countries/Denmark.JPG" alt="Denmark" width="150" height="113"  border="2" /><br>Denmark...</a>'); }
if (ranNum == 4){document.write('<a href="Spain_EN.html"><img src="Pix/Countries/Spain.JPG" alt="Spain" width="150" height="113"  border="2" /><br>Spain...</a>'); } // 
if (ranNum == 5){document.write('<a href="USA_EN.html"><img src="Pix/Countries/USA.JPG" alt="USA" width="150" height="113"  border="2" /><br>The United States...</a>'); } // 
if (ranNum == 6){document.write('<a href="France_EN.html"><img src="Pix/Countries/France.JPG" alt="France" width="150" height="113"  border="2" /><br>France...</a>'); } //
if (ranNum == 7){document.write('<a href="Greece_EN.html"><img src="Pix/Countries/Greece.JPG" alt="Greece" width="150" height="113"  border="2" /><br>Greece...</a>'); } //
if (ranNum == 8){document.write('<a href="UK_EN.html"><img src="Pix/Countries/UK.JPG" alt="UK" width="150" height="113"  border="2" /><br>The UK...</a>'); } // 
if (ranNum == 9){document.write('<a href="Iceland_EN.html"><img src="Pix/Countries/Iceland.JPG" alt="France" width="150" height="113"  border="2" /><br>Iceland...</a>'); } //
if (ranNum == 10){document.write('<a href="Italy_EN.html"><img src="Pix/Countries/Italy.JPG" alt="Italy" width="150" height="113"  border="2" /><br>Italy...</a>'); } //
if (ranNum == 11){document.write('<a href="Austria_EN.html"><img src="Pix/Countries/Austria.JPG" alt="Austria" width="150" height="113"  border="2" /><br>Austria...</a>'); } //
}

