Is there any way to pull records out of a database using sql in random order. I'm constructing a ad rotator system that will display 10 links on the right side out of about 100 possible links. I want them randomly selected from the database, then I can just loop through them displaying them one at a time. If not, then how can I randomly display the links without the possiblity of it duplicating any links. The example of how this will look can be found on <A HREF=" TARGET="_new"> now it is a combination of cgi and javascript using a program called webadverts. It is an intense server drain and also is very slow to load.