
function noBgLshc(){
    var Lhscbghide = (document.location.href.indexOf("?noredirect=true&from=") > -1 && document.location.href.indexOf('lshc') > -1) ? true : false;
    if (Lhscbghide) {
        document.body.style.background = 'none';
    }
}


