//Specify the slider's width (in pixels)
var sliderwidth="950px"
//Specify the slider's height
var sliderheight="120px"
//Specify the slider's slide speed (larger is faster 1-10)
var slidespeed=1
//configure background color:
slidebgcolor="#ffffff"

//Specify the slider's images
var leftrightslide=new Array()
var finalslide=''
leftrightslide[1]='<a rel="nofollow" title="Windows 7!" href="http://superdownload.us/2010/01/02/novo-link-microsoft-windows-7-%e2%80%93-ultimate-%e2%80%93-final-%e2%80%93-x86.html" target="_blank"><img src="http://i47.tinypic.com/bi13ph.gif" border="0" alt="Windows 7!" /></a>'
//-------------------------------------------------
leftrightslide[2]='<a rel="nofollow" title="Office!" href="http://superdownload.us/category/officetextos" target="_blank"><img src="http://i48.tinypic.com/2mouq6r.gif" border="0" alt="Office!" /></a>'
//------------------------------------------------
leftrightslide[3]='<a rel="nofollow" title="Livros!" href="http://superdownload.us/category/livros" target="_blank"><img src="http://i49.tinypic.com/ipzi45.jpg" border="0" alt="Livros!" /></a>'
//-------------------------------------------------
leftrightslide[4]='<a rel="nofollow" title="Kaspersky!" href="http://superdownload.us/tag/kaspersky" target="_blank"><img src="http://i45.tinypic.com/10d5evc.gif" border="0" alt="Kaspersky!" /></a>'
//-------------------------------------------------
leftrightslide[5]='<a rel="nofollow" title="Antivirus!" href="http://superdownload.us/tag/antivirus" target="_blank"><img src="http://i50.tinypic.com/15f244z.gif" border="0" alt="Antivirus!" /></a>'
//-------------------------------------------------
leftrightslide[6]='<a rel="nofollow" title="Photoshop !" href="http://superdownload.us/category/photoshop" target="_blank"><img src="http://i49.tinypic.com/120ht78.gif" border="0" alt="Photoshop!" /></a>'
//-------------------------------------------------
leftrightslide[7]='<a rel="nofollow" title="Jogos ps2!" href="http://superdownload.us/category/jogos" target="_blank"><img src="http://i47.tinypic.com/2nssuxj.gif" border="0" alt="Jogos ps2!" /></a>'
//-------------------------------------------------
leftrightslide[8]='<a rel="nofollow" title="MP3 - completos!" href="http://superdownload.us/category/cds-completos" target="_blank"><img src="http://i45.tinypic.com/2817q0m.gif" border="0" alt="MP3 - completos!" /></a>'
//-------------------------------------------------
leftrightslide[9]='<a rel="nofollow" title="Sexy Hot!" href="http://superdownload.us/category/area-hot-fotos" target="_blank"><img src="http://i46.tinypic.com/2mcj609.gif" border="0" alt="Sexy Hot!" /></a>'
//-------------------------------------------------
leftrightslide[10]='<a rel="nofollow" title="Revistas!" href="http://superdownload.us/category/revistas" target="_blank"><img src="http://i50.tinypic.com/27xi0ki.gif" border="0" alt="Revistas!" /></a>'
//-------------------------------------------------
leftrightslide[11]='<a rel="nofollow" title="Programas!" href="http://superdownload.us/category/programas-software/ferramentasutilitarios" target="_blank"><img src="http://i48.tinypic.com/28cfqqo.gif" border="0" alt="Programas!" /></a>'
//-------------------------------------------------
leftrightslide[12]='<a rel="nofollow" title="Celulares!" href="http://superdownload.us/category/programas-software/celular" target="_blank"><img src="http://i48.tinypic.com/2b9s37.gif" border="0" alt="Celulares!" /></a>'
//-------------------------------------------------
leftrightslide[13]='<a rel="nofollow" title="Discografias!" href="http://superdownload.us/category/discografia" target="_blank"><img src="http://i48.tinypic.com/whmate.gif" border="0" alt="Discografias!" /></a>'
//-------------------------------------------------
leftrightslide[14]='<a rel="nofollow" title="Dicionarios!" href="http://superdownload.us/category/dicionarios" target="_blank"><img src="http://i45.tinypic.com/20stvzq.gif" border="0" alt="Dicionarios!" /></a>'
//-------------------------------------------------
leftrightslide[15]='<a rel="nofollow" title="Shows DVD!" href="http://superdownload.us/category/shows" target="_blank"><img src="http://i48.tinypic.com/x0npt1.gif" border="0" alt="Shows DVD!" /></a>'
//-------------------------------------------------
leftrightslide[16]='<a rel="nofollow" title="Animes-seriados!" href="http://superdownload.us/category/filmes/animes-seriados" target="_blank"><img src="http://i49.tinypic.com/72bmhg.gif" border="0" alt="Animes-seriados!" /></a>'
//-------------------------------------------------


//Specify gap between each image (use HTML):
var imagegap=" "

//Specify pixels gap between each slideshow rotation (use integer):
var slideshowgap=5


////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

function fillup(){
if (iedom){
cross_slide=document.getElementById? document.getElementById("test2") : document.all.test2
cross_slide2=document.getElementById? document.getElementById("test3") : document.all.test3
cross_slide.innerHTML=cross_slide2.innerHTML=leftrightslide
actualwidth=document.all? cross_slide.offsetWidth : document.getElementById("temp").offsetWidth
cross_slide2.style.left=actualwidth+slideshowgap+"px"
}
else if (document.layers){
ns_slide=document.ns_slidemenu.document.ns_slidemenu2
ns_slide2=document.ns_slidemenu.document.ns_slidemenu3
ns_slide.document.write(leftrightslide)
ns_slide.document.close()
actualwidth=ns_slide.document.width
ns_slide2.left=actualwidth+slideshowgap
ns_slide2.document.write(leftrightslide)
ns_slide2.document.close()
}
lefttime=setInterval("slideleft()",30)
}
window.onload=fillup

function 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
cross_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
}
}


if (iedom||document.layers){
with (document){
document.write('<table border="0" cellspacing="0" cellpadding="0"><td>')
if (iedom){
write('<div style="position:relative;width:'+sliderwidth+';height:'+sliderheight+';overflow:hidden">')
write('<div style="position:absolute;width:'+sliderwidth+';height:'+sliderheight+';background-color:'+slidebgcolor+'" onmouseover="copyspeed=0" onmouseout="copyspeed=slidespeed">')
write('<div id="test2" style="position:absolute;left:0px;top:0px"></div>')
write('<div id="test3" style="position:absolute;left:-1000px;top:0px"></div>')
write('</div></div>')
}
else if (document.layers){
write('<ilayer width="+sliderwidth+" height="+sliderheight+" name="ns_slidemenu" bgcolor="+slidebgcolor+">')
write('<layer left="0" top="0" onmouseover="copyspeed=0" onmouseout="copyspeed=slidespeed" name="ns_slidemenu2"></layer>')
write('<layer left="0" top="0" onmouseover="copyspeed=0" onmouseout="copyspeed=slidespeed" name="ns_slidemenu3"></layer>')
write('</ilayer>')
}
document.write('</td></table>')
}
}