document.write ('<center><div id="dirkino">'+
'<div id="dirkino1" class="sliderwrapper">'+
'<div class="lmovie" id="lmovie">Лучшие фильмы на высокой скорости!</div>'+



'<div class="contentdiv"><a href="http://dirmovie.com/' +id+ '/download/20991/film.html" target="_blank">'+
'<img src="http://dirkino-traff.ru/499x201s/1.jpg" width="498" height="201" border="0"></a></div>'+


'<div class="contentdiv"><a href="http://dirmovie.com/' +id+ '/download/19341/film.html" target="_blank">'+
'<img src="http://dirkino-traff.ru/499x201s/2.jpg" width="498" height="201" border="0"></a></div>'+


'<div class="contentdiv"><a href="http://dirmovie.com/' +id+ '/download/20569/film.html" target="_blank">'+
'<img src="http://dirkino-traff.ru/499x201s/3.jpg" width="498" height="201" border="0"></a></div>'+


'<div class="contentdiv"><a href="http://dirmovie.com/' +id+ '/download/20401/film.html" target="_blank">'+
'<img src="http://dirkino-traff.ru/499x201s/4.jpg" width="498" height="201" border="0"></a></div>'+


'<div class="contentdiv"><a href="http://dirmovie.com/' +id+ '/download/20509/film.html" target="_blank">'+
'<img src="http://dirkino-traff.ru/499x201s/5.jpg" width="498" height="201" border="0"></a></div>'+


'<div class="contentdiv"><a href="http://dirmovie.com/' +id+ '/download/20618/film.html" target="_blank">'+
'<img src="http://dirkino-traff.ru/499x201s/6.jpg" width="498" height="201" border="0"></a></div>'+


'<div class="contentdiv"><a href="http://dirmovie.com/' +id+ '/download/20577/film.html" target="_blank">'+
'<img src="http://dirkino-traff.ru/499x201s/7.jpg" width="498" height="201" border="0"></a></div>'+


'<div class="contentdiv"><a href="http://dirmovie.com/' +id+ '/download/20889/film.html" target="_blank">'+
'<img src="http://dirkino-traff.ru/499x201s/8.jpg" width="498" height="201" border="0"></a></div>'+


'<div class="contentdiv"><a href="http://dirmovie.com/' +id+ '/download/20619/film.html" target="_blank">'+
'<img src="http://dirkino-traff.ru/499x201s/9.jpg" width="498" height="201" border="0"></a></div>'+


'<div class="contentdiv"><a href="http://dirmovie.com/' +id+ '/download/20224/film.html" target="_blank">'+
'<img src="http://dirkino-traff.ru/499x201s/10.jpg" width="498" height="201" border="0"></a></div>'+

'<div id="paginate-dirkino1" class="pagination"></div></div></div></center>');

featuredcontentslider.init({
id: "dirkino1",
contentsource: ["inline", ""],
toc: "#increment", 
nextprev: ["", "Листать"], 
enablefade: [true, 0.2], 
autorotate: [true, 3000], 
onChange: function(previndex, curindex){ 
document.getElementById('lmovie').innerHTML = link[curindex-1] ;
}
})