<!--

onload = init
function init() {
	ticker.activate()
}

var i0 = 'Reducing the cost and increasing the speed of network problem analysis.'
var i1 = 'Turn network traces into English.'
var i2 = 'Reduce cost of analyzing z/OS network problems.<span class=\"textblackbar_yellow\"> > <a href=\"products.htm\" class=\"textblackbar_yellow\">Learn more</a></span>'
var i3 = 'Improve productivity of your network systems programmers.<span class=\"textblackbar_yellow\"> > <a href=\"products.htm\" class=\"textblackbar_yellow\">Find out how.</a></span>'

ticker = new NewsTicker(10,90,600,20)
ticker.addItem(i0)
ticker.addItem(i1)
ticker.addItem(i2)
ticker.build()

writeCSS(
ticker.css
)

//-->

