diff --git a/web/format/conf/find.jsp b/web/format/conf/find.jsp
index 3249c69..a0cfad6 100644
--- a/web/format/conf/find.jsp
+++ b/web/format/conf/find.jsp
@@ -36,13 +36,13 @@
<% if (view.getTopic()!=null) { %>
- conf/posts.jsp?cc=<%= view.getCommunity().getCommunityID() %>&conf=<%= view.getConference().getConfID() %>&top=<%= view.getTopic().getTopicNumber() %>
+ conf/posts.js.vs?cc=<%= view.getCommunity().getCommunityID() %>&conf=<%= view.getConference().getConfID() %>&top=<%= view.getTopic().getTopicNumber() %>
Return to Topic
<% } else if (view.getConference()!=null) { %>
- conf/topics.jsp?cc=<%= view.getCommunity().getCommunityID() %>&conf=<%= view.getConference().getConfID() %>
+ conf/topics.js.vs?cc=<%= view.getCommunity().getCommunityID() %>&conf=<%= view.getConference().getConfID() %>
Return to Topic List
<% } else { %>
- conf/conferences.jsp?cc=<%= view.getCommunity().getCommunityID() %>
+ conf/conferences.js.vs?cc=<%= view.getCommunity().getCommunityID() %>
Return to Conference List
<% } // end if %>