﻿	
	function goToEntryByDate(strEntryDate)
		{
			location.href = "/PMC/eventsCalendar.aspx?m=1&cd=" + strEntryDate;
		}	