//////////// Declare instance of Rich HTML Ticker (invoked when page has loaded): ///////////////////////////

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