//if (navigator.userAgent.indexOf('Firefox/3') != -1) {

    //Sys.Application.add_load(ajaxLoad);
//}

    function ajaxLoad() {
    document.body.style.backgroundColor = '#3A3D44';
    document.body.style.backgroundImage = 'url(/media/bg_all.jpg#1)'; 
    //    document.body.style.display = 'none';
    setTimeout(function() {
        document.body.style.backgroundImage = 'url(/media/bg_all.jpg)';
        document.body.className = "BODYsetAlt";
    }, 60);

    setTimeout(function() {
        document.body.style.backgroundImage = 'url(/media/bg_all.jpg#1)';
        document.body.className = "BODYset";
  //      window.location = "#";
    }, 140);
}
