function initFadeTicker() { se = new fadeTicker() // Insert items here se.addItem("
NIGAG Summer reception
Wed 15 Sep - 18:00
Speaker: Dept. of Justice
Host: Paula Quinn

Read More »","/calendar");se.addItem("
NIGAG AGM
Wed 10 Mar - 12:00
Speaker:
Host:

Read More »","/calendar"); // End insert items // Configure script here se.init( 1, // set the speed 3, // set the delay (how long each message is viewable) (seconds) '_parent' // set the target (optional) ) } // Add the ticker to the onload list window.addOnload(initFadeTicker);