%
boolean bMembersOnly = false;
%>
<%@ include file="/global.jsp" %>
<%
pageId = "1";
if (request.getParameter("pId") == null) {
pageId = "1";
} else {
pageId = request.getParameter("pId");
}
sectionId = "1";
if (request.getParameter("secId") == null) {
sectionId = "1";
} else {
sectionId = request.getParameter("secId");
}
shwLnk = "1";
%>
<%@ include file="/globalContent.jsp" %>
Express Yourself Blog :: janenerenee.com
<%@ include file="/siteLayoutTop.jsp" %>
|
<%@ include file="/incGeneralContent.jsp" %>
|
|
|
| <%@ include file="/siteLayoutBottom.jsp" %> |
|
<%@ include file="/globalEnd.jsp" %>
0 Comments:
Post a Comment
Links to this post:
Create a Link
<< Home