<% 'pass = Request.Form("pass") IF ((Request.Form("pass") = 1) OR (Session("pass") = "pass")) THEN %> Analysis
 

Search Notes:
  1. The search function will scan the Weekly and Interim Updates and display the last 50 occurrences of the exact word or grouping of words entered above, beginning with the most recent
  2. The search results are displayed 10 per page, so there can be up to 5 pages of results
  3. It should usually take 10-20 seconds for the search engine to complete a search, although the actual time will depend on web site traffic, internet connection speed and the number of matching results
  4. As is the case with most search functions, more is less; in other words, the more specific you can be when entering your search criteria the less number of results you are likely to get
<% Session("pass") = "pass" Session.Timeout = 480 ELSE Response.Redirect "market_logon.asp" END IF %>