Gets context sensitive random images for WordPress as shown at left by querying altavista for thumbnails, and saving to named upload directories. Subsequent calls use random images from named directory.

To install, download file from here and save file as randim.php in your wp-content/plugins directory. Activate from the plugins menu, and place a call to the following in your code where you would like the images to appear:

drs_randim(search term, default term, number of images, text to separate images)

For example, the following puts the three images in the table item to the left.

drs_randim(category_description(),"environment",3,"< br>")

Uses: Many. It is claimed that putting images beside Google [tag]Adsense[/tag] adds increases click through rates by 400%. I don’t know, it makes them easier on the eyes though. Try it for yourself and see if it does.