"; function search(frm) { win = window.open("","","scrollbars"); win.document.write(page); txt = frm.srchval.value.split(" "); fnd = new Array(); total=0; for (i = 0; i < item.length; i++) { fnd[i] = 0; order = new Array(0, 4, 2, 3); for (j = 0; j < order.length; j++) for (k = 0; k < txt.length; k++) if (item[i][order[j]].toLowerCase().indexOf(txt[k]) > -1 && txt[k] != "") fnd[i] += (j+1); } for (i = 0; i < fnd.length; i++) { n = 0; w = -1; for (j = 0;j < fnd.length; j++) if (fnd[j] > n) { n = fnd[j]; w = j; }; if (w > -1) total += show(w, win, n); fnd[w] = 0; } win.document.write("

Total found: "+total+"
"); win.document.close(); } function show(which,wind,num) { link = item[which][1] + item[which][0]; line = ""+item[which][2]+" Score: "+num+"
"; line += item[which][4] + "
"+link+""; wind.document.write(line); return 1; } // End -->
 
 
 
.

Print This Page! set as home page!

 
The Team
 


Name: Ben Herzog
Contributions:
Primary Coach and advisor
Comments:
"My students and I have been working for some time now on the web page for the ThinkQuest competition. My students have been working very hard on this project and mostly on their own. When they first approached me on the idea several months ago, I agreed to do it with them because they were very motivated to do so. I believe their skills will allow them to do very well in the competition. The students are very motivated to work on this web page because they were the ones who wanted to do it to begin. We have been collaborating on this project on a very casual basis. We first meet to discuss the idea as a group and from that point on we have been meeting on a less formal basis. We have been communicating through visits and email. Both ways have proved very effective. I appreciate the competition that you have allowed them to enter. It gave them a strong motivation to do work that is very valuable."

HOME    ABOUT US    SITEMAP    DISCLAIMER    HELP

Copyright © 2005 ThinkQuest Team 1380. All rights reserved.