function arrayitem(idvalue, textvalue) { this.id = idvalue; this.txt = textvalue; } function search_book(searchterm) { var searchbook = new Array(); var result = '

'; return result; }