function randomphoto_EN()
{
//12 Choices
var ranNum= Math.round(Math.random() * 12);
if (ranNum == 0){document.write('<a href="IRL_Wicklow_EN.html"><img src="Pix/Seb-Wicklow.JPG" alt="Seb Wicklow" width="150" height="113" border="2" /><br/>Co. Wicklow...</a>'); }// comments
if (ranNum == 1){document.write('<a href="IRL_Roscommon_County_EN.html"><img src="Pix/Seb-Roscommon.JPG" alt="Seb Roscommon" width="150" height="113"  border="2" /><br/>Co. Roscommon...</a>'); } // 
if (ranNum == 2){document.write('<a href="IRL_Carlow_County_EN.html"><img src="Pix/Seb-Carlow.JPG" alt="Seb Carlow" width="150" height="113" border="2" /><br/>Co. Carlow...</a>'); } // 
if (ranNum == 3){document.write('<a href="IRL_Galway_County_EN.html"><img src="Pix/Seb-Galway.JPG" alt="Seb Galway" width="150" height="113"  border="2" /><br/>Co. Galway...</a>'); }
if (ranNum == 4){document.write('<a href="IRL_Cavan_County_EN.html"><img src="Pix/Seb-Cavan.JPG" alt="Seb Cavan" width="150" height="113"  border="2" /><br/>Co. Cavan...</a>'); } // 
if (ranNum == 5){document.write('<a href="IRL_Cork_Islands_EN.html"><img src="Pix/Seb-Cork.JPG" alt="Seb Cork" width="150" height="113"  border="2" /><br/>Co. Cork...</a>'); } // 
if (ranNum == 6){document.write('<a href="IRL_Laois_County_EN.html"><img src="Pix/Seb-Laois.JPG" alt="Seb Laois" width="113" height="150"  border="2" /><br/>Co. Laois...</a>'); } //
if (ranNum == 7){document.write('<a href="IRL_Kerry_County_EN.html"><img src="Pix/Seb-Kerry.JPG" alt="Seb Kerry" width="150" height="113"  border="2" /><br/>Co. Kerry...</a>'); } // 
if (ranNum == 8){document.write('<a href="IRL_Clare_County_EN.html"><img src="Pix/Seb-Clare.JPG" alt="Seb Clare" width="150" height="113"  border="2" /><br/>Co. Clare...</a>'); } //  
if (ranNum == 9){document.write('<a href="IRL_Wexford_County_EN.html"><img src="Pix/Seb-Wexford.JPG" alt="Seb Wexford" width="150" height="113"  border="2" /><br/>Co. Wexford...</a>'); } //  
if (ranNum == 10){document.write('<a href="IRL_Down_County_EN.html"><img src="Pix/Seb-Down.JPG" alt="Seb Down" width="150" height="113"  border="2" /><br/>Co. Down...</a>'); } // 
if (ranNum == 11){document.write('<a href="IRL_Mayo_County_EN.html"><img src="Pix/Seb-Mayo.JPG" alt="Seb Mayo" width="150" height="113"  border="2" /><br/>Co. Mayo...</a>'); } //  
if (ranNum == 12){document.write('<a href="IRL_Louth_County_EN.html"><img src="Pix/Seb-Louth.JPG" alt="Seb Louth" width="150" height="113"  border="2" /><br/>Co. Louth...</a>'); } //    
}

