% if request.Form("lstDay")="" then lstDay=1 else lstDay=request.Form("lstDay") end if if request.Form("lstMonth")="" then lstMonth=1 else lstMonth=request.Form("lstMonth") end if if request.Form("lstYear")="" then lstYear=2500 else lstYear=Cint(request.Form("lstYear")) end if if request.Form("strTime")="" then strTime=6 else strTime=request.Form("strTime") end if if request.Form("strMin")="" then strMin=0 else strMin=request.Form("strMin") end if %>