
<!-- 
var imagenumber = 28 ;
var randomnumber = Math.random() ;
var rand1 = Math.floor(imagenumber * randomnumber) + 1 ;
images = new Array
what = new Array
images[1] = "Statfjord-A.gif"
what[1] = "The Statfjord A oil platform in the North Sea"
images[2] = "numacoin165.gif"
what[2] = "Coin with Kong Numa of Rome"
images[3] = "Osteroy.gif"
what[3] = "The island Osteroy"
images[4] = "GVgammel.gif"
what[4] = "The Elderly from Frognerparken"
images[5] = "NumaChip_165.gif"
what[5] = "The NumaChip"
images[6] = "NewHolmenkollen.gif"
what[6] = "Holmenkollen ski jumping arena Oslo"
images[7] = "GVfontenen.gif"
what[7] = "The Fountain Frognerparken"
images[8] = "Trondheim.gif"
what[8] = "Trondheim"
images[9] = "Bryggen2.gif"
what[9] = "Bergen Old Hanseatic Harbour"
images[10] = "GmlAkershus.gif"
what[10] = "Old picuture of Akershus Castle Oslo"
images[11] = "Viking2.gif"
what[11] = "An Original Viking Ship"
images[12] = "Akershus.gif"
what[12] = "Akerhus Castle Oslo"
images[13] = "OsloBoers.gif"
what[13] = "Oslo Stock Exchange"
images[14] = "GVmonolitt.gif"
what[14] = "The Monolith Frognerparken"
images[15] = "Cern_LHC_Alice_PbPb.gif"
what[15] = "PbPb Collision at CERN LHC experiment Alice"
images[16] = "OperaSol.gif"
what[16] = "Oslo Opera"
images[17] = "Bergen.gif"
what[17] = "Bergen"
images[18] = "Ships.gif"
what[18] = "Bergen Harbour"
images[19] = "Bryggen.gif"
what[19] = "Bergen Old Hanseatic Harbour"
images[20] = "Seattle.gif"
what[20] = "SC11 in Seattle WA"
images[21] = "Mainframe.gif"
what[21] = "Sun Mainframe"
images[22] = "View.gif"
what[22] = "View of the Oslo Fjord"
images[23] = "OperaB.gif"
what[23] = "Oslo Opera"
images[24] = "AkerBrygge.gif"
what[24] = "Aker Brygge Harbour Oslo"
images[25] = "Kollen.gif"
what[25] = "The old Holenkollen Ski Jump"
images[26] = "Hamburg_Harbour.gif"
what[26] = "ISC12 is in Hamburg - image from the harbour"
images[27] = "NumaConnect_Adapter.gif"
what[27] = "The NumaConnect SMP Adapter"
images[28] = "Smug.gif"
what[28] = "Classical Narrow Street 'Smug' of Bergen"
var image = images[rand1]
var whatis = what[rand1]
 -->

