
var bookmarkurl="http://www.lebe-bewusst.at" 
var bookmarktitle="Österreichs erste Webadresse für alternative Gesundheit " 

function addbookmark(){ 
if (document.all) 
window.external.AddFavorite(bookmarkurl,bookmarktitle) 
} 

