// add bookmark script

var bookmarkurl="http://www.bibelcenter.de"
var bookmarktitle="BibelCenter - Informationen rund um die Bibel für Christen und Suchende"
function bookmark()
{
	if(window.external)
  window.external.AddFavorite(bookmarkurl,bookmarktitle);
	else
		alert(unescape('Bitte OK und dann Ctrl+D drücken. Willkommen bei www.bibelcenter.de'));
}