window.onload = function() {
  $('#slider').anythingSlider({
    width               : 970,
    height              : 300,
		resizeContents      : false,
		hashTags            : false,
		buildArrows         : false,
		delay               : 5000,
		animationTime       : 1000,
		navigationFormatter : function(index, panel){
		   return "&nbsp;";
		}
  });
};

