function sendMe()
{
	var dc = document.forms.monthArchive.date.options;
	var targ = dc[dc.selectedIndex].value;
	document.forms.monthArchive.action = targ;
	document.forms.monthArchive.submit();
}