var $ti=jQuery.noConflict();

$ti(function () {
	$ti('#js-news').ticker({
		htmlFeed: false,
		ajaxFeed: true,
		feedUrl: 'http://pipes.yahoo.com/pipes/pipe.run?_id=637ed9cc4b2b69f5b9c4a345ae2690c2&_render=rss',
		feedType: 'xml'
	});
});

// google analytics code
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-10561714-9']);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
