function addBookmark(phrase) {
	if( document.all ){
window.external.AddFavorite("http://www.animes-streaming.fr", phrase);
}
else if(window.sidebar){
window.sidebar.addPanel(phrase, "http://www.animes-streaming.fr","");
}
else{
return true;
} 
}
