

var randomNumber = Math.floor(Math.random()*6);
document.write('<img src = "site_images/index_pic'+randomNumber+'.png" title = "Main Picture" alt = "Main Picture">');


