
function startpage() {
  if(document.all) {
    document.body.style.behavior="url(#default#homepage)";
    document.body.setHomePage("http://www.autosieger.de/");
  }
}

function favorites() {
  if(document.all) {
    window.external.AddFavorite(document.location.href, document.title);
  }
}