I have found that since my site has a fair amount of images, Google Image Search has become about the 3rd biggest source of traffic to my site in the past week - about 75 visitors a day. To take advantage of this I want to add some more image stuff.
I modified a simple snippet of code I found on the net like so
<img src="http://stormvisions.com/templates/stormhold/random/svartist_0<?php $random = rand(1,3); echo $random; ?>.jpg" alt="Random Artist" height="151" width="767" />
and call it from my links page
http://stormvisions.com/pages/links/drawing-design.phpto rotate through some headers I created.
The only problem is that since I am no php guy I'll probably have to create unique folders and unique copies of the script for each link page (and later the downloads, tutorials and other pages) I want to use it on. I wanted to suggest a modification of the bookmark module or a code snippet perhaps that would allow adding something like show_menu2 to ease reuse if others think it useful.
If thiis module is slated for upgrade by anyone perhaps they'll take this into account.