JQ(document).ready(function(){
	JQ("#myScrollebleItems").scrollSomething({
		scrollerWidth: 740,
		scrollerHeight: 250,
		scrollInterval: 15000,
		scrollPrefix: "news_",
		itemsVisable: 1,
		itemsScrolling: 1,
		buttonPosition: "bottomRight",
		buttonSettings: "show"
	});
});

