I finally finished an initial draft of an online search tool for Arabic news sites. This work is part of the project Cactus: Computational Analysis of Cyber Terrorism against U.S., sponsored by the US Army Development Test Command, White Sand Missile Range. We (our team at New Mexico State University) are spidering a number of Arabic news sites daily. We index the content of these sites using the Indri Indexing and Search tool. We modified the tool slightly so it will perform stemming (Arabic Light 10 stemming) on UTF8 text. Right now we have over 10,000 Arabic documents in our collection and it is growing daily. We still have a problem with detecting duplicate documents and are investigating various methods for detecting duplicate documents in a reasonable amount of time. I currently detect exact duplicates by using the sha1 hash function.