function FotoRotatorTop() {

        numerodelinks = 8;

        var now = new Date;

        var x = now.getSeconds() % numerodelinks;

        if ( x==0 ) {foto = "<a href='index.html'><img SRC='images/top/tope_accord.jpg' width=425 height=121 border=0 ALT=''></a>"; }

        if ( x==1 ) {foto = "<a href='index.html'><img SRC='images/top/tope_civic_emotion.jpg' width=425 height=121 border=0 ALT=''></a>"; }

        if ( x==2 ) {foto = "<a href='index.html'><img SRC='images/top/tope_fit.jpg' width=425 height=121 border=0 ALT=''></a>"; }

        if ( x==3 ) {foto = "<a href='index.html'><img SRC='images/top/tope_odyssey.jpg' width=425 height=121 border=0 ALT=''></a>"; }

        if ( x==4 ) {foto = "<a href='index.html'><img SRC='images/top/tope_pilot.jpg' width=425 height=121 border=0 ALT=''></a>"; }
		
        if ( x==5 ) {foto = "<a href='index.html'><img SRC='images/top/tope_civic_coupe.jpg' width=425 height=121 border=0 ALT=''></a>"; }
		
		if ( x==6 ) {foto = "<a href='index.html'><img SRC='images/top/tope_legend.jpg' width=425 height=121 border=0 ALT=''></a>"; }
		
		if ( x==7 ) {foto = "<a href='index.html'><img SRC='images/top/tope_crv.jpg' width=425 height=121 border=0 ALT=''></a>"; }
		
		

        return foto;

}

function FotoRotatorLeft() {

        numerodelinks = 8;

        var now = new Date;

        var x = now.getSeconds() % numerodelinks;

        if ( x==0 ) {foto = "<a href='index.html'><img SRC='images/promocional/promo_accord.jpg'  border=0 ALT=''></a>"; }

        if ( x==1 ) {foto = "<a href='index.html'><img SRC='images/promocional/promo_civic_emotion.jpg'  border=0 ALT=''></a>"; }

        if ( x==2 ) {foto = "<a href='index.html'><img SRC='images/promocional/promo_fit.gif'  border=0 ALT=''></a>"; }

        if ( x==3 ) {foto = "<a href='index.html'><img SRC='images/promocional/promo_odyssey.jpg'  border=0 ALT=''></a>"; }

        if ( x==4 ) {foto = "<a href='index.html'><img SRC='images/promocional/promo_pilot.jpg'  border=0 ALT=''></a>"; }

        if ( x==5 ) {foto = "<a href='index.html'><img SRC='images/promocional/promo_civic_coupe.jpg'  border=0 ALT=''></a>"; }
		
		if ( x==6 ) {foto = "<a href='index.html'><img SRC='images/promocional/promo_legend.jpg'  border=0 ALT=''></a>"; }
		
		if ( x==7 ) {foto = "<a href='index.html'><img SRC='images/promocional/promo_crv.jpg'  border=0 ALT=''></a>"; }
		
		
        return foto;

}

