$(document).ready(function()
{
	var options = {
		newsList: "#news",
		startDelay: 10
	}
	$().newsTicker(options);
});
