<!--
function randomrollover(){
var imgs=new Array()
imgs[1]='eu100'
imgs[2]='eu200'
imgs[3]='eu300'
imgs[4]='eu400'
imgs[5]='eu500'
var temp=Math.floor(Math.random()*imgs.length)
if (temp==0)
temp=1
document.write('<a href="modules/eu/index.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'Image3\',\'\',\'images/' + imgs[temp] + 'x.jpg\',1)"><img src="images/' + imgs[temp] + '.jpg" name="Image3" alt="European History" height="265" width="196" border="0"></a>')
}
randomrollover()
//-->