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