<% Function TwoDigit(Num) TwoDigit = Right( Num + 100, 2 ) End Function strDate = Ucase( Year( Now() ) ) + " " _ + UCase( MonthName( Month( Now() ), True ) ) + " " _ + TwoDigit( Day( Now() ) ) _ + " " + TwoDigit( Hour( Now() ) ) _ + ":" + TwoDigit( Minute( Now() ) ) _ + ":" + TwoDigit( Second( Now() ) ) %> www.airsafety.com.au <%=strDate%> .

www.airsafety.com.au <%=strDate%>

www.airsafety.com.au .