function startTPNiceSlideShow() {
var TPNiceSlideShow = new TPSlideShowClass($('TPNiceSlideShow'), {
timed: true,
showInfopane: false,
showMenu: true,
embedLinks: true,
fadeDuration: 500,
readMore: false,
readMoreText: 'Read More',
showTitle: true,
titleLink: true,
showDescription: false,
scrollBar: true,
itemCount: 9,
scrollBarContent:$('TPNiceSlideShowMenuWrp'), 
scrollBarArea: $('tpniceslideshow_scrollbar'), 
scrollBarHandle: $('tpniceslideshow_handle'),  
delay: 5000
});
}
window.onDomReady(startTPNiceSlideShow);