
featuredcontentslider.init({
id: "slider4", //id of main slider DIV
contentsource: ["inline", ""], //Valid values: ["inline", ""] or ["ajax", "path_to_file"]
toc: "&nbsp;", //Valid values: "#increment", "markup", ["label1", "label2", etc]
//toc: ['<img src="../Includes/Images/whiteround.gif" /></a>', '<img src="../Includes/Images/whiteround.gif" />', '<img src="/Includes/Images/whiteround.gif" />'],
nextprev: ["", ""], //labels for "prev" and "next" links. Set to "" to hide.
enablefade: [true, 0.2], //[true/false, fadedegree]
autorotate: [true, 10000], //[true/false, pausetime]
onChange: function(previndex, curindex){
 //event handler fired whenever script changes slide
}
}) 
    
