

 var scroller_width='130px';
var scroller_height='150px';
var bgcolor='#5C743D';
var border_color='#000000';
var pause=6000;
var scrollercontent=new Array()

scrollercontent[0]='<p><b>Iscritto su:</b><a href="http://www.dentisti-italia.it" alt="Iscritto su Dentisti Italia - Il primo Portale di Odontoiatria"><b>Dentisti Italia</b></a><b> - Il Primo Portale di Odontoiatria nel web</b></p>'
scrollercontent[1]='<b>Siamo presenti nel Portale di:</b><a href="http://www.chirurgia-estetica-plastica.com" target="_blank"><b>Medicina e Chirurgia</b></a><br /><b>nella sezione:</b><a href="http://www.chirurgia-estetica-plastica.com/directorymedici/dentisti-odontoiatri.htm" target="_blank"><b>Odontoiatri</b></a>'
scrollercontent[2]='Questo Studio partecipa al mese della prevenzione dentale.<a href="http://www.obiettivosorriso.it/eventi/mese_della_prevenzione08.html"><img src="studioodontoiatricodistefano_IT-SPECIALIZZATO%20IN%20CHIRURGIA%20ORALE%20E%20IMPLANTOLOGIA-INDEX_file/immagini%20web/mela80.gif" alt="A.N.D.I prevenzione dentale" /><br>clicca lmmagine</a>'
scrollercontent[3]='LA PREVENZIONE IN ODONTOIATRIA.<br>Rapporto tra alcune Patologie sistemiche e parodontiti<a href="http://www.periomedicine.it"><img src="studioodontoiatricodistefano_IT-SPECIALIZZATO%20IN%20CHIRURGIA%20ORALE%20E%20IMPLANTOLOGIA-INDEX_file/immagini%20web/HeaderSubHPs.jpg" alt="Patologie sistemiche e parodontiti "/><br>clicca immagine</a>'
scrollercontent[4]='SEI CERTO CHE IL TUO DENTISTA SIA UN VERO DENTISTA.<a href="http://www.ordinemedct.org"><img src="studioodontoiatricodistefano_IT-SPECIALIZZATO%20IN%20CHIRURGIA%20ORALE%20E%20IMPLANTOLOGIA-INDEX_file/immagini%20web/OMCOPC.gif" alt="Ordine dei Medici"/><br>clicca immagine</a> '
scrollercontent[5]='Oral canceri Day informa sui tumori del cavo orale.<a href="http://www.obiettivosorriso.it/eventi/oral_cancer_day08.html"><img src="studioodontoiatricodistefano_IT-SPECIALIZZATO%20IN%20CHIRURGIA%20ORALE%20E%20IMPLANTOLOGIA-INDEX_file/immagini%20web/oral-cancer.gif" alt="Prevenzione Cancro Orale" /><br>clicca immagine</a> '
scrollercontent[6]='Il Dott. Samuele Valerio ci ha lasciato il 7 settembre del 2008.<a href="studioodontoiatricodistefano_IT-SPECIALIZZATO IN CHIRURGIA ORALE E IMPLANTOLOGIA-EVENTI_file/EVENTI 2008_file/samuele valerio.htm"><img src="studioodontoiatricodistefano_IT-SPECIALIZZATO%20IN%20CHIRURGIA%20ORALE%20E%20IMPLANTOLOGIA-INDEX_file/immagini%20web/Samuele Valerio.jpg" alt="Dott. Samuele Valerio" /><br>clicca immagine</a> '
scrollercontent[7]='Questo Studio partecipa ed informa sł obiettivo sorriso.<a href="http://www.obiettivosorriso.it/default.htm"><img src="studioodontoiatricodistefano_IT-SPECIALIZZATO%20IN%20CHIRURGIA%20ORALE%20E%20IMPLANTOLOGIA-INDEX_file/immagini%20web/obiettivo sorriso.gif" alt="A.N.D.I obiettivo sorriso" /><br>clicca immagine</a> '

var ie4=document.all
var dom=document.getElementById&&navigator.userAgent.indexOf("Opera")==-1
if (ie4||dom){
document.write('<div align="left" style="position:relative;width:'+scroller_width+';height:'+scroller_height+';overflow:hidden; border: 1px '+border_color+'; border-style: solid;"><div class="tabella"  id="canvas0" style="position:absolute;background-color:'+bgcolor+';width:'+scroller_width+';height:'+scroller_height+';top:'+scroller_height+';filter:alpha(opacity=20);-moz-opacity:0.2;"></div><div class="tabella" id="canvas1" style="position:absolute;background-color:'+bgcolor+';width:'+scroller_width+';height:'+scroller_height+';top:'+scroller_height+';filter:alpha(opacity=20);-moz-opacity:0.2;"></div></div>')
} else if(document.layers){
document.write('<ilayer id=tickernsmain visibility=hide width='+scroller_width+' height='+scroller_height+' bgColor='+bgcolor+'><layer id=tickernssub width='+scroller_width+' height='+scroller_height+' left=0 top=0>'+scrollercontent[0]+'</layer></ilayer>')
}

var curpos=scroller_height*(1)
var degree=10
var curcanvas="canvas0"
var curindex=0
var nextindex=1

function moveslide(){
if (curpos>0){
curpos=Math.max(curpos-degree,0)
tempobj.style.top=curpos+"px"
}
else{
clearInterval(dropslide)
if (crossobj.filters)
crossobj.filters.alpha.opacity=100
else if (crossobj.style.MozOpacity)
crossobj.style.MozOpacity=1
nextcanvas=(curcanvas=="canvas0")? "canvas0" : "canvas1"
tempobj=ie4? eval("document.all."+nextcanvas) : document.getElementById(nextcanvas)
tempobj.innerHTML=scrollercontent[curindex]
nextindex=(nextindex<scrollercontent.length-1)? nextindex+1 : 0
setTimeout("rotateslide()",pause)
}
}

function rotateslide(){
if (ie4||dom){
resetit(curcanvas)
crossobj=tempobj=ie4? eval("document.all."+curcanvas) : document.getElementById(curcanvas)
crossobj.style.zIndex++
if (crossobj.filters)
document.all.canvas0.filters.alpha.opacity=document.all.canvas1.filters.alpha.opacity=20
else if (crossobj.style.MozOpacity)
document.getElementById("canvas0").style.MozOpacity=document.getElementById("canvas1").style.MozOpacity=0.2
var temp='setInterval("moveslide()",50)'
dropslide=eval(temp)
curcanvas=(curcanvas=="canvas0")? "canvas1" : "canvas0"
}
else if (document.layers){
crossobj.document.write(scrollercontent[curindex])
crossobj.document.close()
}
curindex=(curindex<scrollercontent.length-1)? curindex+1 : 0
}

function resetit(what){
curpos=parseInt(scroller_height)*(1)
var crossobj=ie4? eval("document.all."+what) : document.getElementById(what)
crossobj.style.top=curpos+"px"
}

function startit(){
crossobj=ie4? eval("document.all."+curcanvas) : dom? document.getElementById(curcanvas) : document.tickernsmain.document.tickernssub
if (ie4||dom){
crossobj.innerHTML=scrollercontent[curindex]
rotateslide()
}
else{
document.tickernsmain.visibility='show'
curindex++
setInterval("rotateslide()",pause)
}
}

if (ie4||dom||document.layers)
window.onload=startit

