//Example 3

featuredcontentslider.init({
id: "slider3",  //id of main slider DIV
	contentsource: ["ajax", "../FeatureContentSliderHTMFiles/HumorLettersSpeaches.htm"],  //Valid values: ["inline", ""] or ["ajax", "path_to_file"]
	toc: "markup",  //Valid values: "#increment", "markup", ["label1", "label2", etc]
	nextprev: ["Previous", "Next"],  //labels for "prev" and "next" links. Set to "" to hide.
	enablefade: [true, 0.2],  //[true/false, fadedegree]
	autorotate: [false, 3000],  //[true/false, pausetime]
	onChange: function(previndex, curindex){
		 //do nothing
	}
})


// ORIGINAL

//featuredcontentslider.init({
//id: "slider3",  //id of main slider DIV
//	contentsource: ["ajax", "Scripts/FeatureContentSlider/fcs.htm"],  //Valid values: ["inline", ""] or ["ajax", "path_to_file"]
//	toc: "markup",  //Valid values: "#increment", "markup", ["label1", "label2", etc]
//	nextprev: ["Previous", "Next"],  //labels for "prev" and "next" links. Set to "" to hide.
//	enablefade: [true, 0.2],  //[true/false, fadedegree]
//	autorotate: [false, 3000],  //[true/false, pausetime]
//	onChange: function(previndex, curindex){
//		 //do nothing
//	}
//})