// JavaScript Document

function changeID(){
var ID=new Array()
ID[1]='background:url(../_img/logos/2G.gif);'
ID[2]='background:url(../_img/logos/AmsterdamFund.gif);'
ID[3]='background:url(../_img/logos/AmsterdamWaterfront.gif);'
ID[4]='background:url(../_img/logos/CMLisboa.gif);'
ID[5]='background:url(../_img/logos/DAM.gif);'
ID[6]='background:url(../_img/logos/Droog.gif);'
ID[7]='background:url(../_img/logos/EVD.gif);'
ID[8]='background:url(../_img/logos/Flevodruk.gif);'
ID[9]='background:url(../_img/logos/Frame.gif);'
ID[10]='background:url(../_img/logos/FreeDesignDom.gif);'
ID[11]='background:url(../_img/logos/GemeenteAmsterdam.gif);'
ID[12]='background:url(../_img/logos/HetParool.gif);'
ID[13]='background:url(../_img/logos/Icon.gif);'
ID[14]='background:url(../_img/logos/Items.gif);'
ID[15]='background:url(../_img/logos/JCDecaux.gif);'
ID[16]='background:url(../_img/logos/LloydHotel.gif);'
ID[17]='background:url(../_img/logos/Mark.gif);'
ID[18]='background:url(../_img/logos/MinisterioCultura.gif);'
ID[19]='background:url(../_img/logos/MinisterioEconomia.gif);'
ID[20]='background:url(../_img/logos/MinisterioEconomiaNL.gif);'
ID[21]='background:url(../_img/logos/MondrianFoundation.gif);'
ID[22]='background:url(../_img/logos/premsela.gif);'
ID[23]='background:url(../_img/logos/PrinsBernhard.gif);'
ID[24]='background:url(../_img/logos/Revigres.gif);'
ID[25]='background:url(../_img/logos/SKOR.gif);'
ID[26]='background:url(../_img/logos/SNSREAAL.gif);'
ID[27]='background:url(../_img/logos/TurismoPortugal.gif);'
ID[28]='background:url(../_img/logos/Westerhuis.gif);'
ID[29]='background:url(../_img/logos/Ymere.gif);'
ID[30]='background:url(../_img/logos/Zoot.gif);'


var change=Math.floor(Math.random()*ID.length)
if (change==0)
change=1
document.write('<div id="content" style="'+ID[change]+'">')
}
changeID()