function favoris() 
{
	if ( navigator.appName != 'Microsoft Internet Explorer' ){
		window.sidebar.addPanel("ISARTA - Emplois en marketing, communication et vente","http://emplois.isarta.com/jobs/index.shtml","");
	}
	else {
		window.external.AddFavorite("http://emplois.isarta.com/jobs/index.shtml","ISARTA - Emplois en marketing, communication et vente");
	}
}
