var images =['images/homepagebottom.jpg', 'images/homepagebottom1.jpg', 'images/homepagebottom2.jpg','images/homepagebottom3.jpg','images/homepagebottom4.jpg','images/homepagebottom5.jpg','images/homepagebottom6.jpg','images/homepagebottom7.jpg','images/homepagebottom8.jpg','images/homepagebottom9.jpg','images/homepagebottom10.jpg','images/homepagebottom11.jpg', 'images/homepagebottom12.jpg'];

function set_bg_image(){	
	obj = document.getElementById('contentrightcolumnhome');
	obj.style.backgroundImage = 'url(' + images[Math.floor((Math.random()*images.length))] + ')';
}