// ************************************************************************
// At WebData - Version 1.3.3.0 - DIVERS.JS
// ************************************************************************
// Conception & Programmation : At ss2i - http://www.at-ssii.com
// Copyright © 1998-2005 : At services - http://www.at-services.ch
// ************************************************************************
// Dernières modifications : 19-04-2005 19:45
// ************************************************************************


function favorise()
{	
	if ( (navigator.appName.indexOf("Microsoft",0)>=0) && (parseInt(navigator.appVersion)>=4) )
	{
		window.external.AddFavorite("http://www.sud-gironde.com/","sud-gironde.com" );
	}
	else
	{
		alert("Cette fonction n'est proposee que par Internet Explorer 4+")
	}
}
