This is a simple Javascript tutorial on random items as requested by our fellow newbie Wapmasters. Copy/paste this script and save as .js file to your site, example "random.js". . .
The Script:
Edit this lines and insert your desired content (image, html, quotes, links, banners, partners, featured files, etc.):
quotes[0]='Your first content here.'
quotes[1]='Your second content here.'
quotes[2]='Your third content here.'
You can add random content as many as you want just keep quotes[number] in order.
Note: Make sure to add one content per one line, do not leave empty line between same content use <br/> instead, a single unwanted whitespace can make the whole script invalid.
Implementing The Script:
To display random content script to your site, copy/paste this code in to your page where you want the random content to appear.
Change site and script url (src) to your own.