window.addEvent('domready', function()	{

var nS1 = new noobSlide({
	  autoPlay: true
	, box: $('box1')
	, items: [0,1,2,3,4,5,6,7,8]
	, fxOptions: {
		duration: 3000
	}
	, size: 790
});

$$('.scroller').each(function(el, i)	{
	el.store('tickle', new scrollIt(el, {
		elements: 'div.noticia'
	}));
});

});
