%@ include file="/includes/code_header.jsp" %>
<%
int scrollCount = 0;
Integer scrollStart = new Integer(0);
Integer scrollIncrement = new Integer(500);
if (request.getParameter("scrollStart") != null) {
scrollStart = new Integer(request.getParameter("scrollStart"));
pageContext.setAttribute("scrollStart", scrollStart);
}
pageContext.setAttribute("scrollIncrement", scrollIncrement);
%>
<%@ include file="/includes/header.jsp" %>
<%@ include file="/includes/nav.jsp" %>
<%@ include file="/includes/solds.jsp" %>
<%@ include file="/includes/sub_nav.jsp" %>
| |
Below are some of the 1,000's of timeshares recently sold at Timeshares Only. This list is updated every 30 days.
<% Integer scrollMax = new Integer(tssSold.size());
pageContext.setAttribute("scrollMax", scrollMax); %>
|
?search=">
|
|
|
|
<% scrollCount++; %>
<% Integer scrollTotal = new Integer(scrollCount);
pageContext.setAttribute("scrollTotal", scrollTotal); %>
&scroll=backward"> |
&scroll=forward"> |
|
|
|
|
<%@ include file="/includes/footer.jsp" %>