<% data.showGuestbook(); String temp[] = new String[9]; %> *** This is an example guestbook. It is not used as my guestbook. ***

Sign my guestbook
<% for (int i=data.getSize()-1; i >= 0 ; i--) { temp = data.getGuest(i); if (temp[8].equals("true")) { %>
Name: <%= temp[0] %>
City/State or Country: <%= temp[1] %>
School/Company: <%= temp[2] %>
How do you know James? <%= temp[3] %>
Your website: <%= temp[5] %>
Comments: <%= temp[6] %> <% //<%= temp[6].replace("\n", "
") %>
Date: <%= temp[7] %>


<% } // end of if statement %> <% } %>