function favoris() 
{
if ( navigator.appName != 'Microsoft Internet Explorer' )
{ 
window.sidebar.addPanel("Chez l\'habitant - Gîtes et chambres d\'hôtes","http://www.chez-l-habitant.com",""); 
}
else 
{ 
window.external.AddFavorite("http://www.chez-l-habitant.com","Chez l\'habitant - Gîtes et chambres d\'hôtes"); 
} 

}
