function FotoRotator() {
        numerodelinks = 8;
        var now = new Date;
        var x = now.getSeconds() % numerodelinks;
        if ( x==0 ) {foto = "<a href='index.shtml'><img SRC='Images/FotoCentral2.jpg' width=373 height=140 border=0 ALT='Foto Central'></a>"; }
        if ( x==1 ) {foto = "<a href='index.shtml'><img SRC='Images/FotoCentral3.jpg' width=373 height=140 border=0 ALT='Foto Central'></a>"; }
        if ( x==2 ) {foto = "<a href='index.shtml'><img SRC='Images/FotoCentral4.jpg' width=373 height=140 border=0 ALT='Foto Central'></a>"; }
        if ( x==3 ) {foto = "<a href='index.shtml'><img SRC='Images/FotoCentral5.jpg' width=373 height=140 border=0 ALT='Foto Central'></a>"; }
        if ( x==4 ) {foto = "<a href='index.shtml'><img SRC='Images/FotoCentral6.jpg' width=373 height=140 border=0 ALT='Foto Central'></a>"; }
        if ( x==5 ) {foto = "<a href='index.shtml'><img SRC='Images/FotoCentral7.jpg' width=373 height=140 border=0 ALT='Foto Central'></a>"; }
        if ( x==6 ) {foto = "<a href='index.shtml'><img SRC='Images/FotoCentral8.jpg' width=373 height=140 border=0 ALT='Foto Central'></a>"; }
        if ( x==7 ) {foto = "<a href='index.shtml'><img SRC='Images/FotoCentral9.jpg' width=373 height=140 border=0 ALT='Foto Central'></a>"; }
        return foto;
}

