OneWeb.Util.appendLoadEvent(init_mobile);

function init_mobile () {
	if (typeof OneWeb.Admin != "undefined") {
		document.getElementById("mobile_bg").className = "show_mobile_screens";
	}
}