//Fonction de mise en favoris
function favoris()
{
  if(document.all)
    external.AddFavorite(location.href, document.title);
}

function home(hm)
{
	hm.style.behavior='url(#default#homepage)';
    hm.setHomePage('http://www.cvautos.com/');
}



