<!-- HIDE FROM OLD BROWSERS
// --   set up global variables
var para = new Array()

// --   Available items
para[0]='<a href="koolhaas.html" border="0"><img src="/time/europe/hero2006/images/splash01.jpg" alt="Rem Koolhaas" title="Rem Koolhaas" width="769" height="524" hspace="0" vspace="0" border="0"></a>'
para[1]='<a href="loren.html" border="0"><img src="/time/europe/hero2006/images/splash02.jpg" alt="Sophia Loren"  title="Sophia Loren" width="769" height="524" hspace="0" vspace="0" border="0"></a>'
para[2]='<a href="gorbachev.html" border="0"><IMG src="/time/europe/hero2006/images/splash03.jpg" alt="Mikhail Gorbachev" title="Mikhail Gorbachev" width="769" height="524" hspace="0" vspace="0" border="0"></a>'
para[3]='<a href="thatcher.html" border="0"><IMG src="/time/europe/hero2006/images/splash04.jpg" alt="Margaret Thatcher" title="Margaret Thatcher" width="769" height="524" hspace="0" vspace="0" border="0"></a>'
para[4]='<a href="fashion.html" border="0"><IMG src="/time/europe/hero2006/images/splash05.jpg" alt="fashion" title="Barbara Hulanicki &amp; Mary Quant" width="769" height="524" hspace="0" vspace="0" border="0"></a>'
para[5]='<a href="killy.html" border="0"><img src="/time/europe/hero2006/images/splash06.jpg" alt="Jean-Claude Killy" title="Jean-Claude Killy" width="769" height="524" hspace="0" vspace="0" border="0"></a>'

// --   generate urls
	
var a = Math.round(Math.random() * 5)
document.write (para[a])
-->