-
-
+
+
+ <%
+ Do While postIter.HasNext And shownCount < 20
+ Set postItem = postIter.GetNext()
+ shownCount = shownCount + 1
+ %>
+
+
+
+
+
<%= H(postItem.Title) %>
-
+
<%
Dim publishedText
publishedText = ""
@@ -45,10 +46,10 @@ Else
%>
<%= H(publishedText) %>
<%
- End If
- %>
-
- <%= H(postItem.Summary) %>
+ End If
+ %>
+
+ <%= H(postItem.Summary) %>
Read
+
+
+
+
+
- <%= H(postItem.Title) %> -
+ <% Dim publishedText publishedText = "" @@ -45,10 +46,10 @@ Else %> <%= H(publishedText) %> <% - End If - %> -<%= H(postItem.Summary) %>
+ End If + %> +<%= H(postItem.Summary) %>
Read