// JavaScript Document
function bookmark()
{
var bookmarkurl="http://www.lebe-bewusst.at"
var bookmarktitle="Lebe Bewusst Gesundheitsportal für Alternativmedizin  natürliche Gesundheit"
if(document.all)
{
window.external.AddFavorite(bookmarkurl,bookmarktitle);
}
}
