var images=new Array()
//Available Home Images
images[0]='<img src="../img/img_2-8b.jpg">'
var whichimage=Math.floor(Math.random()*(images.length))
document.write(images[whichimage])