// add bookmark script

var bookmarkurl="http://www.bibelcenter.de"
var bookmarktitle="BibelCenter - Informationen rund um die Bibel für Christen und Suchende"
function bookmark()
{
window.external.AddFavorite(bookmarkurl,bookmarktitle);
}
