﻿function ShowPleaseWaitGraphic()
{
    $("#StandingsGridView").hide();
    $("#PleaseWaitGraphic").show();
}
