You'd be far better off using a database to store your info and then using a random number generator (RAND() in mysql) to get a record to display.
SELECT * FROM properties ORDER BY RAND();
Pick the first record.
Poncing about with files is a pain.
diafol
Rhod Gilbert Fan (ardav)
7,755 posts since Oct 2006
Reputation Points: 1,168
Solved Threads: 1,074