Try this:
<body <% if hour(now) < 12 then %>
background="hr_site2/page_properties/bg1.gif"
<% Elseif hour(now) >= 18 then %>
background="hr_site2/page_properties/bg1.gif"
<% else %>
background="hr_site2/page_properties/bg1.gif"
<% end if %>
bgcolor="#FFFFFF">
(I assume you realize that this bit of code is entirely redundant.)
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list,
email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo. Thanks!]