richhtmlticker.define({
	id: "inEvidenzaFade", //main ticker DIV id
	//msgclass: "messagediv", //CSS class of DIVs containing each ticker message
	msgclass: "contenuto",
	msgsource: "include/inevidenza.php", //Where to look for the messages: "inline", or "path_to_file_on_your_server"
	rotatespeed: 3000, //pause in milliseconds between rotation
	animateduration: 1000 //duration of fade animation in milliseconds 
})

richhtmlticker.define({
	id: "myhtmlticker", //main ticker DIV id
	//msgclass: "messagediv", //CSS class of DIVs containing each ticker message
	msgclass: "boxpad",
	msgsource: "inline", //Where to look for the messages: "inline", or "path_to_file_on_your_server"
	rotatespeed: 3000, //pause in milliseconds between rotation
	animateduration: 1000 //duration of fade animation in milliseconds 
})

richhtmlticker.define({
	id: "con_notizie", //main ticker DIV id
	//msgclass: "messagediv", //CSS class of DIVs containing each ticker message
	msgclass: "notizie_utili",
	msgsource: "include/notizie.php", //Where to look for the messages: "inline", or "path_to_file_on_your_server"
	rotatespeed: 3000, //pause in milliseconds between rotation
	animateduration: 1000 //duration of fade animation in milliseconds 
})