$(function () {
     // start the ticker 
	$('#js-news').ticker({direction: 'rtl',
	titleText: 'أخر الاخبار',
	htmlFeed: false,
    ajaxFeed: true,
    feedUrl: '/home/rss/news-ticker.xml',
    feedType: 'xml'
	});
});
