var site = {
	mousePosition: null,
	
	initialize: function() {
		//new FooterSlide('news');
		//new FooterSlide('twitter');
		
		new Ticker('funds', 25);
		new Ticker('twitter-content', 15);
	}
}

window.addEvent('domready', site.initialize);
