﻿
function getScreenCenterX()
{
    return (document.body.clientWidth) / 3;
}

