function popresults(theURL,winName)
{
	myWindow=window.open(theURL,winName,'height=600,width=950,resizable,top=50,left=50,screenX=50,screenY=50,toolbar=yes,scrollbars=yes');
	myWindow.focus();
	if ( !myWindow.opener ) myWindow.opener = self;
}
function noresults()
{
	alert("No results were posted for this day.");
}

