
onload = init
function init() {
	ticker.activate()
}

var i0 = '<span class="tickerstylehead">12/02/2007:</span>'+
'<span class="tickerstyle"><br>- We still offer some of the best value in computer memory.'+
'Read more about our products and prices '+
'<br><a class="tickerstyle" href="news.asp">RIGHT HERE</a>.'+
'</span>'

var i1 = '<span class="tickerstylehead">03/12/2005:</span>'+
'<span class="tickerstyle"><br>- New NEON MP3 Player and card reader. Read MP3 songs from SD/MMC card. '+
'Starting from only €21.00.<br><a class="tickerstyle" href="news.asp">Read more</a>!'+
'</span>'

var i2 = '<span class="tickerstylehead">11/11/2005:</span>'+
'<span class="tickerstyle"><br>- Brand new NEON MP3 Player in stock. Cool design at an amazing price.'+
' 512Mb and 1Gb in stock now. <a class="tickerstyle" href="news.asp">Read more</a>.<br>'+
'</span>'

var i3 = '<span class="tickerstylehead">14/09/2005:</span>'+
'<span class="tickerstyle"><br>- New style TinyDisk in stock - smaller and lighter than previous version'+
'<br><a href="news.asp">Read more</a>.'+
'</span>'

var i5 = '<span class="tickerstylehead">09/07/2005:</span>'+
'<span class="tickerstyle"><br>- Bluetooth Headsets now in stock. Wireless Bluetooth communication with'+
' up to 3 BT devices.<br>Read more <a class="tickerstyle" href="news.asp">here</a>.' +
'</span>'

var i6 = '<span class="tickerstylehead">11/07/2005:</span>'+
'<span class="tickerstyle"><br>- 1Gb miniSD Secure Digital cards now in stock. High-speed miniSD from '+
'GoldFlash.<br><a class="tickerstyle" href="news.asp">Read more</a>.'+
'</span>'

ticker = new NewsTicker(0,10,160,90)
ticker.addItem(i0)
ticker.addItem(i1)
ticker.addItem(i2)
ticker.addItem(i3)
ticker.addItem(i6)
ticker.addItem(i5)
ticker.speed = 50
ticker.pauseLength = 4500	
ticker.build()


writeCSS(
ticker.css
)
