/******* LinkRotate - Randomly select a URL for one or more specific links, each time the document loads. Demonstration and further details at http://scripterlative.com?linkrotate The following instructions may be removed, but not the above text. Please notify any suspected errors in this text or code, however minor. Description ~~~~~~~~~~~ Each time the document loads, LinkRotate will select a random URL for a specified link from a supplied list. LinkRotate can be used on multiple links in the same document, each with its own list of URLs. Where cookie support is available, there is no consecutive reselection of a URL. When an involved link is hovered, its currently selected URL is displayed in the Title Bar, along with a supplied text description pertinent to the range of selectable URLs. LinkRotate does not require any modification to the HTML, save that all involved links are given a name attribute. Installation ~~~~~~~~~~~~ Save this text/file as 'linkrotate.js' and place it in a suitable folder. In the
section of your HTML document, add the following: Configuration ~~~~~~~~~~~~~ As well as being required for validation, to enable title bar modification, the document must have a title element in the section, i.e.