// JavaScript Document

function changeID(){
var ID=new Array()
ID[1]='background:url(../_img/participants/AlisonClarke_xs.jpg);'
ID[2]='background:url(../_img/participants/AlvaroSiza_xs.jpg);'
ID[3]='background:url(../_img/participants/AmelieLabarthe_xs.jpg);'
ID[4]='background:url(../_img/participants/AnthonyDunne_xs.jpg);'
ID[5]='background:url(../_img/participants/CyrilDuval_xs.jpg);'
ID[6]='background:url(../_img/participants/DesignoPatagonia_xs.jpg);'
ID[7]='background:url(../_img/participants/FaridTabarki_xs.jpg);'
ID[8]='background:url(../_img/participants/FionaParrott_xs.jpg);'
ID[9]='background:url(../_img/participants/Folkform_xs.jpg);'
ID[10]='background:url(../_img/participants/FritzHaeg_xs.jpg);'
ID[11]='background:url(../_img/participants/GraffitiResearchLab_xs.jpg);'
ID[12]='background:url(../_img/participants/GunjanGupta_xs.jpg);'
ID[13]='background:url(../_img/participants/IanAnderson_xs.jpg);'
ID[14]='background:url(../_img/participants/JanKonings_xs.jpg);'
ID[15]='background:url(../_img/participants/JiLee_xs.jpg);'
ID[16]='background:url(../_img/participants/KevinSlavin_xs.jpg);'
ID[17]='background:url(../_img/participants/MarkJenkins_xs.jpg);'
ID[18]='background:url(../_img/participants/MartiGuixe_xs.jpg);'
ID[19]='background:url(../_img/participants/MartinAzua_xs.jpg);'
ID[20]='background:url(../_img/participants/MataliCrasset_xs.jpg);'
ID[21]='background:url(../_img/participants/MaximVelcovsky_xs.jpg);'
ID[22]='background:url(../_img/participants/MericKara_xs.jpg);'
ID[23]='background:url(../_img/participants/MiguelVieiraBaptista_xs.jpg);'
ID[24]='background:url(../_img/participants/NLArchitects_xs.jpg);'
ID[25]='background:url(../_img/participants/NothingDesignGroup_xs.jpg);'
ID[26]='background:url(../_img/participants/OfficeSubversiveArchitecture_xs.jpg);'
ID[27]='background:url(../_img/participants/Ovo_xs.jpg);'
ID[28]='background:url(../_img/participants/OzlemSavaz_xs.jpg);'
ID[29]='background:url(../_img/participants/PascalAnson_xs.jpg);'
ID[30]='background:url(../_img/participants/Polka_xs.jpg);'
ID[31]='background:url(../_img/participants/Rebar_xs.jpg);'
ID[32]='background:url(../_img/participants/RemKoolhaas_xs.jpg);'
ID[33]='background:url(../_img/participants/RonArad_xs.jpg);'
ID[34]='background:url(../_img/participants/StefanSagmeister_xs.jpg);'
ID[35]='background:url(../_img/participants/TillBay_xs.jpg);'
ID[36]='background:url(../_img/participants/TobiasWongAndAricChen_xs.jpg);'
ID[37]='background:url(../_img/participants/ZoeRyan_xs.jpg);'
ID[38]='background:url(../_img/participants/DesignMVW_xs.jpg);'
ID[39]='background:url(../_img/participants/KwanghoLee_xs.jpg);'


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