// Google Analytics
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));

$(document).ready(function() {
	
	/* news items in scroller */
	$('#menu li a').hover(function() {
		$(this).animate({ color: "#8a0002" }, 'fast');
	}, function() {
		$(this).animate({ color: "#ffffff" }, 'fast');
	});
	
	try {
		var pageTracker = _gat._getTracker("UA-6033135-45");
		pageTracker._trackPageview();
	} catch(err) {}
});
