var scroller_width='168px';
var scroller_height='160px';
var bgcolor='#f0f0f0';
var border_color='#000000';
var pause=10000;
var scrollercontent=new Array()
// Inizio lista news
var progr = 0;
scrollercontent[progr]='
More 1/2 day Tours
More half day tours to choose from in 2009.... a quicker taste of tuscany lifestyle, at a lowest price.
';
progr++;
scrollercontent[progr]='2009 No Price Increase!
2009:
For the 3rd year Accidental Tourist offers its tours and Cooking Class at unmodified price.
';
progr++;
scrollercontent[progr]='Best Deal in Tuscany
if you think you cannot afford to lodge in Tuscany, check our BEST
DEAL
';
progr++;
var ie4=document.all
var dom=document.getElementById&&navigator.userAgent.indexOf("Opera")==-1
if (ie4||dom) {
document.write('')
} else if(document.layers) {
alert("Non sono ie4!");
document.write(''+scrollercontent[0]+'')
}
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