CONTACT "NICE NEWS ARTICLES"
Name:
<% strDay = weekday(now) if strDay = 1 then strSubjectLine = "Sunday" if strDay = 2 then strSubjectLine = "Monday" if strDay = 3 then strSubjectLine = "Tuesday" if strDay = 4 then strSubjectLine = "Wednesday" if strDay = 5 then strSubjectLine = "Thursday" if strDay = 6 then strSubjectLine = "Friday" if strDay = 7 then strSubjectLine = "Saturday" if hour(now) <= 2 and weekday(now) > 1 then strSubjectLine = weekday(now) - 1 & " Night" end if if hour(now) > 2 and hour(now) < 12 then strSubjectLine = strSubjectLine & " Morning" end if if hour(now) >= 12 and hour(now) < 20 then strSubjectLine = strSubjectLine & " Evening" end if if hour(now) >= 20 then strSubjectLine = strSubjectLine & " Night" end if %>
Subject:
Email Address:
Message: