Random Order Slideshow with Messages

This slideshow displays your slides and the corresponding messages in random order. It automatically starts as soon as the webpage has been loaded. The unique preload function caches the next slide in line as you're viewing the current. This ensures a smooth transition even if you use millions of slides! Just put the slideshow into a HTML table-cell in order to place it into the right position. Special transition effects with Internet Explorer 5x/6x/7x/8x or higher. Standard slideshow with FF2x/3x/4x, Opera 7x/8x/9x/10x, Chrome 3x/4x.

Brought to you by www.fabulant.com


Configuration

Step 1: Open your webpage. Insert the following code anywhere between the <body> tags of your webpage:


ATTENTION: put the code into HTML-table-cells in order to place the slideshow to your needs.

Step 2: Open your webpage. Go to the top of the script-code and configure the URLS and size of the slides, the messages and the font attributes for your messages. Let's have a look at the configuration of the URLS and messages. We have made it easy for you by colorizing the sample code:

// Replace the URLs of the slides and the corresponding messages.
// Please note that the URL and the correponding message are separated by "|".
// Watch how the "," and the " " are set!
// You may add as many slides as you like.
// Do not use the return-key to break the lines!!!
var slideshow=new Array("URL of first slide|Message of first slide","URL of second slide|Message of second slide","URL of third slide|Message of third slide")

gray code:
no need to change anything.

black code:
no need to change anything.

green code:
the URLs for the slides and their corresponding messages.

brown code:
Each slide and its corresponding message starts like this " and ends like this ".

blue code:
The URL of the slide and its corresponding message are separated by a |.

purple code:
do not forget to set a comma , between the ending " and the starting"!!!

IMPORTANT:
1. Do not use the return-key to break the code into neat lines. This will destroy the script. Just let the lines flow.
2. If you use special characters for your messages, add a \ in front of the special character.
So do not write it's love. Rather write it this way: it\'s love.