var $j = jQuery.noConflict();

function loadTicker(){
    $j(function () {
		$j('#js-news').ticker({
            ajaxFeed:true,
            feedUrl:'http://www.freesmstree.com/fst/rss.xml',
            displayType: 'reveal'
        });
	});
}
