<!--
function click() {
if (event.button==2)
  window.external.AddFavorite('http://www.raphaela.lichtfamilie.de');
}
document.onmousedown=click
//-->