//This first line is to ensure the ready function fires if the back button is used to reach the page
history.navigationMode = 'compatible';
var Animation = {};
var AnimationTimer = {};
var AnimationUnitCount = {};
var AnimationNum = 0;
$(document).ready(function(){
	$("ul#scrollingnews").liScroll({travelocity: 0.05});
});
