<html>
<body>
Today it is
<%response.write(WeekdayName(weekday(date)))%>
,
<br />
and the month is
<%response.write(MonthName(month(date)))%>
</body>
</html>