function homepageimages(){var imagehome=new Array(3)imagehome[0]="url(http://www.saint-bernard.com/indexpictures/SBS_CorporateImages_841.jpg)"imagehome[1]="url(http://www.saint-bernard.com/indexpictures/SBS_09.06.06_319.jpg)"var a=Math.floor(Math.random()*2);var b=Math.floor(Math.random()*3);var c=Math.floor(Math.random()*3);var i=0var j=0var k=0document.getElementById("index_photo").style.backgroundImage = imagehome[a];//document.getElementById("pic2").style.backgroundImage = imagehome[b];//document.getElementById("pic3").style.backgroundImage = imagehome[c];}

window.addEvent('load', function() {	homepageimages();});