// <!--
function sendpage()
{
	mail_str = "mailto:?subject= Seitenempfehlung: " + document.title;
	mail_str += "&body=Hallo,\n vielleicht interessiert Dich diese Tagung! \nHabe sie eben gefunden, schau doch mal!";
	mail_str += "Hier ist die Adresse: " + location.href;
	location.href = mail_str;
}

function bookmark()
{
	var bookmarkurl="http://ewita.nordakademie.de"
	var bookmarktitle="Ewita 2010"
	if(document.all)
	{
		window.external.AddFavorite(bookmarkurl,bookmarktitle);
	}
}

// -->

