

$(document).ready(function() {

 jQuery('#mycarousel').jcarousel({
 		auto:1,
    	wrap: 'circular',
		buttonNextHTML:null,
		buttonPrevHTML:null,
		scroll:1	
    });



  
  
  var options = {
    newsList: "#news",
    startDelay: 10,
    placeHolder1: " /"
  }
  $().newsTicker(options);

});


