$(document).ready(function() {
	var options = {
  		newsList: "#contactTicker",
 		startDelay: 10,
 		tickerRate: 50,
 		placeHolder1: "",
 		placeHolder2: ""
	}
	$().newsTicker(options);
});
