Event.observe(document, 'layout:load:header', function () {
	var ticker = new Ticker('ticker-anchor');
	ticker.attachTo('the-ticker');
}); 
