home *** CD-ROM | disk | FTP | other *** search
/ Thomson (Residential) / TGSTPv7203.iso / mac / Documentation / HTML / TG787_pt / wwhdata / js / search.js < prev    next >
Text File  |  2008-02-07  |  2KB  |  113 lines

  1. function  WWHBookData_SearchFileCount()
  2. {
  3.   return 4;
  4. }
  5.  
  6. function  WWHBookData_SearchMinimumWordLength()
  7. {
  8.   return 2;
  9. }
  10.  
  11. function  WWHBookData_SearchSkipWords(P)
  12. {
  13. P.fA("now");
  14. P.fA("all");
  15. P.fA("being");
  16. P.fA("the");
  17. P.fA("him");
  18. P.fA("and");
  19. P.fA("most");
  20. P.fA("here");
  21. P.fA("some");
  22. P.fA("will");
  23. P.fA("another");
  24. P.fA("copyright");
  25. P.fA("that");
  26. P.fA("which");
  27. P.fA("would");
  28. P.fA("corporation");
  29. P.fA("himself");
  30. P.fA("his");
  31. P.fA("reserved");
  32. P.fA("inc");
  33. P.fA("where");
  34. P.fA("might");
  35. P.fA("between");
  36. P.fA("got");
  37. P.fA("too");
  38. P.fA("more");
  39. P.fA("never");
  40. P.fA("had");
  41. P.fA("said");
  42. P.fA("while");
  43. P.fA("you");
  44. P.fA("them");
  45. P.fA("then");
  46. P.fA("did");
  47. P.fA("came");
  48. P.fA("into");
  49. P.fA("other");
  50. P.fA("who");
  51. P.fA("also");
  52. P.fA("should");
  53. P.fA("those");
  54. P.fA("was");
  55. P.fA("any");
  56. P.fA("are");
  57. P.fA("like");
  58. P.fA("must");
  59. P.fA("since");
  60. P.fA("because");
  61. P.fA("get");
  62. P.fA("what");
  63. P.fA("both");
  64. P.fA("these");
  65. P.fA("way");
  66. P.fA("can");
  67. P.fA("they");
  68. P.fA("about");
  69. P.fA("has");
  70. P.fA("well");
  71. P.fA("each");
  72. P.fA("one");
  73. P.fA("before");
  74. P.fA("over");
  75. P.fA("me");
  76. P.fA("only");
  77. P.fA("same");
  78. P.fA("your");
  79. P.fA("from");
  80. P.fA("with");
  81. P.fA("how");
  82. P.fA("under");
  83. P.fA("such");
  84. P.fA("this");
  85. P.fA("make");
  86. P.fA("very");
  87. P.fA("but");
  88. P.fA("still");
  89. P.fA("many");
  90. P.fA("use");
  91. P.fA("our");
  92. P.fA("could");
  93. P.fA("for");
  94. P.fA("her");
  95. P.fA("come");
  96. P.fA("have");
  97. P.fA("out");
  98. P.fA("were");
  99. P.fA("corp");
  100. P.fA("its");
  101. P.fA("their");
  102. P.fA("there");
  103. P.fA("see");
  104. P.fA("take");
  105. P.fA("through");
  106. P.fA("much");
  107. P.fA("not");
  108. P.fA("rights");
  109. P.fA("after");
  110. P.fA("been");
  111. P.fA("than");
  112. }
  113.