function calreload()
{
	window.location = "?MONTH="+document.calselect.month.options[document.calselect.month.selectedIndex].value+"&YEAR="+document.calselect.year.options[document.calselect.year.selectedIndex].value;
}

jQuery(document).ready(function($) {
  $('a[rel*=facebox]').facebox()
})