var rightStart=906+(($(window).width()-906)/2),leftStart=0-(($(window).width()-906)/2)-400;
function xConditions(delay) {
    if($("#message").length>0) {
                if($(".index").length>0) {
                        $("#message").animate({
                                height: "500px"
                        }, delay);
                        $("#people").animate({
                                bottom: "16px"
                        }, delay);
                }
                $("body").css("overflow-x", "visible");
        } else {
                if($(".index").length>0) {
                        $("#people").animate({
                                bottom: "16px"
                        }, delay);
                }
        }
}