Event.observe(document, "dom:loaded", function () {
	var ticker = new Ticker('ticker-anchor');
	ticker.attachTo('the-ticker');
}); 
