Устанавливаем в любое место где хотите отображение
Code
<script type="text/javascript"> //Specify the slider's width (in pixels) var sliderwidth="730px" //Specify the slider's height var sliderheight="139px" //Specify the slider's slide speed (larger is faster 1-10) var slidespeed=1 //configure background color: slidebgcolor="#2A2A2A"
//Specify gap between each image (use HTML): var imagegap=" "
//Specify pixels gap between each slideshow rotation (use integer): var slideshowgap=3
////NO NEED TO EDIT BELOW THIS LINE////////////
var copyspeed=slidespeed leftrightslide='<nobr>'+leftrightslide.join(imagegap)+'</nobr>' var iedom=document.all||document.getElementById if (iedom) document.write('<span id="temp"
style="visibility:hidden;position:absolute;top:-100px;left:-9000px">'+leftrightslide+'</span>')
var actualwidth='' var cross_slide, ns_slide
fun ction slideleft(){ if (iedom){ if (parseInt(cross_slide.style.left)>(actualwidth*(-1)+8)) cross_slide.style.left=parseInt(cross_slide.style.left)-copyspeed+"px" else cross _slide.style.left=parseInt(cross_slide2.style.left)+actualwidth+slideshowgap+"px"
if (parseInt(cross_slide2.style.left)>(actualwidth*(-1)+8)) cross_slide2.style.left=parseInt(cross_slide2.style.left)-copyspeed+"px" else cr oss_slide2.style.left=parseInt(cross_slide.style.left)+actualwidth+slideshowgap+"px"
} else if (document.layers){ if (ns_slide.left>(actualwidth*(-1)+8)) ns_slide.left-=copyspeed else ns_slide.left=ns_slide2.left+actualwidth+slideshowgap
if (ns_slide2.left>(actualwidth*(-1)+8)) ns_slide2.left-=copyspeed else ns_slide2.left=ns_slide.left+actualwidth+slideshowgap } }