document.write ('<center><div id="dirkinovert">'+
'<div id="dkvert">'+
'<div class="vmovie" id="vmovie">Большая коллекция фильмов</div>'+


'<div class="contentdiv"><a href="http://abcmovie.net/' +id+ '/download/20263/film.html" target="_blank">'+
'<img src="http://dirkino-traff.ru/240x400s/1.jpg" width="240" height="400" border="0"></a></div>'+


'<div class="contentdiv"><a href="http://abcmovie.net/' +id+ '/download/22760/film.html" target="_blank">'+
'<img src="http://dirkino-traff.ru/240x400s/2.jpg" width="240" height="400" border="0"></a></div>'+


'<div class="contentdiv"><a href="http://abcmovie.net/' +id+ '/download/22765/film.html" target="_blank">'+
'<img src="http://dirkino-traff.ru/240x400s/3.jpg" width="240" height="400" border="0"></a></div>'+


'<div class="contentdiv"><a href="http://abcmovie.net/' +id+ '/download/22423/film.html" target="_blank">'+
'<img src="http://dirkino-traff.ru/240x400s/4.jpg" width="240" height="400" border="0"></a></div>'+


'<div class="contentdiv"><a href="http://abcmovie.net/' +id+ '/download/21624/film.html" target="_blank">'+
'<img src="http://dirkino-traff.ru/240x400s/5.jpg" width="240" height="400" border="0"></a></div>'+


'<div class="contentdiv"><a href="http://abcmovie.net/' +id+ '/download/21780/film.html" target="_blank">'+
'<img src="http://dirkino-traff.ru/240x400s/6.jpg" width="240" height="400" border="0"></a></div>'+


'<div class="contentdiv"><a href="http://abcmovie.net/' +id+ '/download/21622/film.html" target="_blank">'+
'<img src="http://dirkino-traff.ru/240x400s/7.jpg" width="240" height="400" border="0"></a></div>'+


'<div class="contentdiv"><a href="http://abcmovie.net/' +id+ '/download/22527/film.html" target="_blank">'+
'<img src="http://dirkino-traff.ru/240x400s/8.jpg" width="240" height="400" border="0"></a></div>'+


'<div class="contentdiv"><a href="http://abcmovie.net/' +id+ '/download/22830/film.html" target="_blank">'+
'<img src="http://dirkino-traff.ru/240x400s/9.jpg" width="240" height="400" border="0"></a></div>'+


'<div class="contentdiv"><a href="http://abcmovie.net/' +id+ '/download/22829/film.html" target="_blank">'+
'<img src="http://dirkino-traff.ru/240x400s/10.jpg" width="240" height="400" border="0"></a></div>'+

'<div class="bvmovie">Большая коллекция фильмов</div><div id="paginate-dkvert" class="pagination"></div></div></div></center>');
featuredcontentslider.init({
id: "dkvert", //id of main slider DIV
contentsource: ["inline", ""], //Valid values: ["inline", ""] or ["ajax", "path_to_file"]
toc: "#increment", //Valid values: "#increment", "markup", ["label1", "label2", etc]
nextprev: ["", "&#1051;&#1080;&#1089;&#1090;&#1072;&#1090;&#1100;"], //labels for "prev" and "next" links. Set to "" to hide.
enablefade: [true, 0.2], //[true/false, fadedegree]
autorotate: [true, 3000], //[true/false, pausetime]
onChange: function(previndex, curindex){ 
document.getElementById('vmovie').innerHTML = vlink[curindex-1] ;
}
})