function 	empfehlung()
{
		var turl = location.href;
		mail_str = "mailto:?subject=Lehrstellenangebot von Jumpforward.de - Schau mal rein!";
		mail_str += "&body=Lehrstellenangebot von Jumpforward.de :"+ document.title;
		mail_str += "                                                                 "; 
		mail_str += ". Hier ist die Adresse: " + turl; 	
		location.href = mail_str;
}

function 	bookmark() 
{
		bookmarkurl=self.location.href;
		bookmarktitle=document.title;
		if (document.all) 
		{			window.external.AddFavorite(bookmarkurl,bookmarktitle)		} 
				else
		{			alert("Bitte bei Netscape STRG + D druecken"); 		}
}
