jQuery(function()
{
	newsActionInit();
});

function newsActionInit()
{
	$("#recentrlyFeed").newsTicker(5000); 
}
