﻿window.onload = function() {
    var imageCount = Math.floor(Math.random() * 2) + 1;
    document.getElementById("main_container").style.backgroundImage = "url('Css/images/main_bg_" + imageCount + ".jpg')";
}