Copy 'n Paste Code

This page provide copy 'n paste code — two items:

  1. The HTML code for the DIV within which the ticker will be published.
  2. The JavaScript that operates Attention Ticker.

You will be asked for a couple items of information. If any of the information changes in the future, the copy 'n paste code will change, also, and your web page will need to be updated.

The Ticker ID

The part of the web page where the ticker will appear must have an ID. There are only 3 rules for the ID:

  1. It must start with a letter.
  2. It must be composed only of letters and numbers.
  3. It must be unique — in other words, it must be different than any other IDs on the web page.

Here, specify an ID for the ticker area:

CSS Class Name (optional)

If you've defined a CSS class name for the DIV within which the attention ticker will be published, specify the name here.

Mouse Behavior

Optionally, the ticker can stop when the mouse moves over it and, again optional, restart when the mouse moves off the ticker.
Ticker stops when mouse moves over it and restarts when mouse moves off.
Ticker stops when mouse moves over it and stays stopped.
Ticker does not stop for any mouse moves.

Copy 'n Paste this HTML Code

Copy this HTML code and paste it into your web page source code at the spot where you want the Attention Ticker content to be published. This is the DIV within which the message tickers will appear.

Copy 'n Paste this JavaScript Code

Copy this JavaScript code and paste it into your web page somewhere below the point where you pasted the HTML code. Putting the JavaScript code at the bottom of the web page source code should work just fine.