
Get information about cost saving specials and
unique product offers. Its Sprinkfab®'s way of saying
thanks for doing business with us.
| Special
Offer |
Date |
<% if not (rsNews.BOF and rsNews.EOF) then %>
<% do while not rsNews.EOF %>
<% if i mod 2 = 0 then %>
<%else %>
<% end if %>
| <%=rsNews("WebTitle")%> |
<%=rsNews("WebDescription")%> |
<%=rsNews("WebDate")%> |
<% i = i + 1
rsNews.MoveNext
loop %>
<% else %>
| *** no news items found. |
<% end if %>
|