ok here is what you need to do.
1. rename your index file to index.php
2. add the following snippet of code anywhere above the body tag:
[php] $random = rand(1,5); ?>[/php]
$random = rand(1,5); ?>
the 1,5 represents picking a random number between 1 and 5, including 1 and 5. if you have 20 images you want to rotate between, then you would have it say 1,20.
3. Find the image code that you want to rotate between images, and change it to this code:
[PHP]

[/PHP]
<~ it blinks!
