<script type="text/javascript">
var background_images =["../images/view1.jpg","../images/view2.jpg","../images/view3.jpg","../images/view4.jpg"]
document.body.style.background = 'white url('+math.floor(math.random()*background_images.length)]+')');
</script>