//Slide-in scoller- © Dynamic Drive (www.dynamicdrive.com)
//Configure delay between messages (4000=4 secs)
var delay=6000
//Configure scroller width
var scrollwidth="180px"
//Configure scroller height
var scrollheight="25px"
var message=new Array()
//Configure messages. Extend array as needed:
var openingtag='<div align="center"><FONT  color="008000" size="1">'
message[0]='<B><FONT COLOR=#008000>EMIGRAZIONE MERIDIONALE:</FONT></B>:<BR> <a class="redback" href="http://grottaweb.altervista.org/storia.htm" target="corpo"><font color="#0000ff">Palumbo Pasquale e storia di emigranti.</A>'
message[1]='<B><FONT COLOR=#008000>VINO:</FONT></FONT></B> <BR><a class="redback" href="http://grottaweb.altervista.org/vino.htm" target="corpo"><font color="#0000ff" size=1>Vinificazione casalinga a Grottaminarda.</A>'
message[2]='<B><FONT COLOR=#008000>SALAMI:</FONT></B> <BR><a class="redback" href="http://grottaweb.altervista.org/salami.htm" target="corpo"><font color="#0000ff"size=1>Salami fatti in casa.</A>'
message[3]='<B><FONT COLOR=#008000>CRISANTEMI:</FONT></B> <BR><a class="redback" href="http://grottaweb.altervista.org/crisantemi.htm" target="corpo"><font color="#0000ff"size=1>I crisantemi a Grottaminarda.</A>'

message[4]='<B><FONT COLOR=#008000>CICATIELLI:</FONT></B> <BR><a class="redback" href="http://grottaweb.altervista.org/cicatielli.htm" target="corpo"><font color="#0000ff"size=1>Festa rionale del cicatiello.</A>'

message[5]='<B><FONT COLOR=#008000>CARTELLE:</FONT></B> <BR><a class="redback" href="http://grottaweb.altervista.org/cartelle.htm" target="corpo"><font color="#0000ff"size=1>Files vari.</A>'

message[6]='<B><FONT COLOR=#008000>DIZIONARIO:</FONT></B> <BR><a class="redback" href="http://grottaweb.altervista.org/diz_grotta.htm" target="corpo"><font color="#0000ff"size=1>Pagine del dizionario grottese.</A>'

message[7]='<B><FONT COLOR=#008000>SOPRANNOMI:</FONT></B> <BR><a class="redback" href="http://grottaweb.altervista.org/soprannomi.htm" target="corpo"><font color="#0000ff"size=1>Soprannomi a Grottaminarda</A>'


message[8]='<B><FONT COLOR=#008000>FESTONE:</FONT></B> <BR><a class="redback" href="http://grottaweb.altervista.org/festone1.htm" target="corpo"><font color="#0000ff"size=1>Grande festa a Grottaminarda</A>'

message[9]='<B><FONT COLOR=#008000>CHIESA GROTTA:</FONT></B> <BR><a class="redback" href="http://grottaweb.altervista.org/chiesa.htm" target="corpo"><font color="#0000ff"size=1>Chiesa di S.M. Maggiore a Grottaminarda.</A>'
var closingtag='</font>'


message[10]='<B><FONT COLOR=#008000>CHIESA MELITO:</FONT></B> <BR><a class="redback" href="http://grottaweb.altervista.org/chiesa1.htm" target="corpo"><font color="#0000ff"size=1>Chiesa di Melito vecchio e panorama.</A>'


message[11]='<B><FONT COLOR=#008000>VINCENZO VOLPE:</FONT></B> <BR><a class="redback" href="http://grottaweb.altervista.org/volpe.htm" target="corpo"><font color="#0000ff"size=1>Vincenzo Volpe  pittore del Ottocento.</A>'


message[12]='<B><FONT COLOR=#008000>MUSICA:</FONT></B> <BR><a class="redback" href="http://www.grottaweb.altervista.org/jukebox/index.htm" target="corpo"><font color="#0000ff"size=1>Raccolta midi</A>'


message[13]='<B><FONT COLOR=#008000>FRATTA:</FONT></B> <BR><a class="redback" href="http://grottaweb.altervista.org/rione_fratta.htm" target="corpo"><font color="#0000ff"size=1>Rione Fratta , un qartiere demolito.</A>'

message[14]='<B><FONT COLOR=#008000>MAPPA</FONT></B> <BR><a class="redback" href="http://grottaweb.altervista.org/grottaapplet.htm" target="corpo"><font color="#0000ff"size=1>Storia, Grottaminarda e popup.</A>'


message[15]='<B><FONT COLOR=#008000>AMORE:</FONT></B> <BR><a class="redback" href="http://grottaweb.altervista.org/password.htm" target="corpo"><font color="#0000ff"size=1>Famiglia!</A>'


message[16]='<B><FONT COLOR=#008000>MESTIERI:</FONT></B> <BR><a class="redback" href="http://grottaweb.altervista.org/mestieri.htm" target="corpo"><font color="#0000ff"size=1>Mestieri di una volta.</A>'

message[17]='<B><FONT COLOR=#008000>JAVASCRIPT:</FONT></B> <BR><a class="redback" href="http://grottaweb.altervista.org/scr_app_go.htm" target="corpo"><font color="#0000ff"size=1>Raccolte di javascript e applet.</A>'

message[18]='<B><FONT COLOR=#008000>SITEMAP:</FONT></B> <BR><a class="redback" href="http://grottaweb.altervista.org/sitemaps/sitemaps.htm" target="corpo"><font color="#0000ff"size=1>Mappa del sito.</A>'


//This variable specifies the initial negative offset of each msg
//You may wish to increase it if your scroller is to the right of page horizontally
var hoffset=-10
