window.onload = function() {
var images = ['img/home_pic.jpg', 'img/home_pic.jpg'];

document.images.fpimage.src = images[Math.floor(Math.random() * images.length)];
};
