" var returnValue = new Array() returnValue = searchDatabaseThroughAllColumns_Client(theIndexx, "contains/nc", 0) for(i=0;i" html += "-- Profit Value: " + getDatabaseObject_Client(returnValue[i][0],returnValue[i][1],1) + "
" html += "-- Desc: " + getDatabaseObject_Client(returnValue[i][0],returnValue[i][1],2) + "

" html += "-- Location: [" + returnValue[i][0] + "," + returnValue[i][1] + ",*]" + "

" } html +=



" document.write(html) }