var currentIndex = 0, maxIndices= 2; function nextLink() { if (currentIndex <= maxIndices) window.location = "forsale.htm#" + currentIndex++; }