// JavaScript Document
function startTPNiceSlideShow() {
				var TPNiceSlideShow = new TPSlideShowClass($('TPNiceSlideShow'), {
					timed: true,  
					showInfopane: true, 
					showMenu: true,  
					embedLinks: true, 
					fadeDuration: 500, 
					readMore: true, 
					readMoreText: 'Click here', 
					showTitle: true, 
					titleLink: true, 
					showDescription: true, 
			
					scrollBar: true, 
					itemCount: 10,  
					scrollBarContent:	$('TPNiceSlideShowMenuWrp'),  
					scrollBarArea: $('tpniceslideshow_scrollbar'), 
					scrollBarHandle: $('tpniceslideshow_handle'),  
			
					delay: 3000 
				});
			}
			window.onDomReady(startTPNiceSlideShow);
			
			/* ]]> */
			
			<!--
window.addEvent('domready', function() {
var opt = {
  slides: 'tpnewstickerli',
  duration: 600,  
  delay: 1000, 
  auto:true,  

  direction: 'v',  
  vScroll: 'top', 
	
		buttons: {next:'go-next1288118721',prev:'go-prev1288118721',play:'play1288118721',stop:'stop1288118721'},
	  
  transition:Fx.Transitions.Quart.easeIn
}
var scroller = new QScroller('tpnewsticker1288118721',opt);
scroller.load();
});


//-->