
ban_banurl = new Array;
ban_banimageUrl=new Array;

ban_banimageUrl[0] = "/swf/banniere_club_voix_off.swf";
ban_banurl[0] = "swf";

//ban_banimageUrl[1] = "/i/c/ban_coaching.gif";
//ban_banurl[1] = "http://www.coaching-radio.com";

//ban_banimageUrl[1] = "/i/c/ban_cvo.gif";
//ban_banurl[1] = "http://www.coaching-voix-off.com";

ban_banimageUrl[1] = "/i/c/ban_animradio.gif";
ban_banurl[1] = "http://www.devenir-animateur-radio.com";


function altern_banniere() {
    if(numimage == (ban_banurl.length-1)){
        numimage = 0;
        }else{
        numimage++;
        }
    if (ban_banurl[numimage]=="swf"){
        newBan = '<object type="application/x-shockwave-flash" data="'+ban_banimageUrl[numimage]+'" width="468" height="60"><param name="movie" value="'+ban_banimageUrl[numimage]+'" /></object>';
        }else{
        newBan = '<A HREF="'+ban_banurl[numimage]+'" target=_blank><IMG SRC="' + ban_banimageUrl[numimage] + '" height=60 width=468 BORDER=0 NAME=ban_banpub></A>'; 
        }
    document.getElementById("banturn").innerHTML = newBan;
    setTimeout("altern_banniere()",7000);
    }

document.write ('<div style="width:468px;height:60px" id=banturn></div>');
firstnumimage = Math.round(Math.random()*(ban_banurl.length-1));
numimage = firstnumimage;
altern_banniere();
