var player = null;
function playerReady(thePlayer) {
    player = window.document[thePlayer.id];
}

function createPlayer(theFile,thePlayer,endroit,largeur,hauteur) {
    var flashvars = {
        file:theFile,
        autostart:"true",
        volume:0,
        skin:"video-porno/player/modieus.swf"    
    }

    var params = {
        allowfullscreen:"true", 
        wmode:"transparent"
    }

    var attributes = {
        id:endroit,  
        name:endroit
    }

    swfobject.embedSWF(thePlayer, endroit, largeur, hauteur, "9.0.115", false, flashvars, params, attributes);
}

function AjoutFavo() {
    if ((navigator.appName.indexOf("Microsoft",0)>=0) && (parseInt(navigator.appVersion)>=4)) {
        window.external.AddFavorite("http://www.extraits-de-cul.com/index.php","Extraits de cul" );
    } else {
        alert("La fonction n'est pas activée pour votre navigateur. Utilisez le marque-page pour nous ajouter svp'")
    }
}

function favoris() {
    if ( navigator.appName != 'Microsoft Internet Explorer' ) { 
        window.sidebar.addPanel("Extraits de cul gratuits","http://www.extraits-de-cul.com/index.php",""); 
    } else { 
        window.external.AddFavorite("http://www.extraits-de-cul.com/index.php","Extraits de cul gratuits"); 
    } 
}
