
			featuredcontentslider.init({
			id: "slider1", //id of main slider DIV
			contentsource: ["inline", ""], //Valid values: ["inline", ""] or ["ajax", "path_to_file"]
			toc: ["<div style=\"float: left;\">Learn.</div><div class=\"smalltitle\">get informed.</div>", "<div style=\"float: left;\">Get Help.</div><div class=\"smalltitle\">we're here.</div>", "<div style=\"float: left;\">Events.</div><div class=\"smalltitle\">get involved.</div>", "<div style=\"float: left;\">Donate.</div><div class=\"smalltitle\">support our mission.</div>"], //Valid values: "#increment", "markup", ["label1", "label2", etc]
			nextprev: ["", ""], //labels for "prev" and "next" links. Set to "" to hide.
			enablefade: [true, 0.2], //[true/false, fadedegree]
			autorotate: [true, 7000], //[true/false, pausetime]
			onChange: function(previndex, curindex){ //event handler fired whenever script changes slide
			//previndex holds index of last slide viewed b4 current (1=1st slide, 2nd=2nd etc)
			//curindex holds index of currently shown slide (1=1st slide, 2nd=2nd etc)
			}
			})