﻿function showDayEvents(date)
{
  var e = getElement(dateBoxId);
  if(e)
  {
    e.value = date;
    eval(linkEventJS);
  }
}
