// JavaScript Document
				var sitepathvalue = document.getElementById('sitepath').value;
				featuredcontentslider.init({
				id: "slider1",  //id of main slider DIV
				contentsource: ["inline", ""],  //Valid values: ["inline", ""] or ["ajax", "path_to_file"]
				toc: "",  //Valid values: "#increment", "markup", ["label1", "label2", etc]
				nextprev: ["<img src='"+sitepathvalue+"images/p_bt.gif' alt='Previous' />", "<img src='"+sitepathvalue+"images/n_bt.gif' alt='Next' />"],  //labels for "prev" and "next" links. Set to "" to hide.
				revealtype: "click", //Behavior of pagination links to reveal the slides: "click" or "mouseover"
				enablefade: [true, 1.9],  //[true/false, fadedegree]
				autorotate: [true, 5000],  //[true/false, pausetime]
				onChange: function(previndex, curindex){  //event handler fired whenever script changes slide
				}
				})

