$(document).ready(function() {
  init();
});

function init() {
  //$('div.day').mouseover( function() {
  //  $(this).addClass('hover');
  //});
  //$('div.day').mouseout( function() {
  //  $(this).removeClass('hover');
  //});
  //$('div.day').click( function() {
  //  var date = this.id.substr(13,10);
  //  //$().animate()
  //  var sb = document.getElementById('calendarSidebar');
  //  alert(sb.top + " : " + sb.scrollTop);
  //  alert($('#event_sidebar_day_'+date).top);
  //  alert(date);
  //});
  
}