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]='
Bike tours unavailable
Please note that as of June 15 Bike tours are temporary NOT available
';
progr++;
scrollercontent[progr]='Sunset Stroll and Concerto
Now available for 2 to 8 people every Tuesday and Saturday.
Picnic Available for 4 and up every Sunday!
';
progr++;
scrollercontent[progr]='1/2 day Picnic Tour
A FANTASTIC TOUR I would recommend to anyone.
Thank you for a lovely time and the opportunity to see and learn about the tuscan counstryside.
';
progr++;
scrollercontent[progr]='1/2 Day Winery Tour
A visit to the inside of one of the top ranking wineries in Chianti, with a generous winetasting, as well as freshly baked bread and extra virgin olive oil
';
progr++;
scrollercontent[progr]='Snooze Tours
Italia has history and beauty... yet nothing compares to the FABULOUS experience of chatting and eating with new friends.
Bellissimo!
';
progr++;
var ie4=document.all
var dom=document.getElementById&&navigator.userAgent.indexOf("Opera")==-1
if (ie4||dom) {
document.write('')
} else if(document.layers) {
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