﻿// JScript File

function empfehlen()
{	
	txt = "mailto:?subject=Empfehlung&body=%0D"+
	"Empfohlene Seite von ASB Management-Zentrum-Heidelberg e.V.:%0D"+
	"" + encodeURIComponent(self.location.href);
	document.location.href = txt;
}

function favorit()
{	
	window.external.AddFavorite(self.location.href,'ASB Management-Zentrum-Heidelberg e.V.');	
}

function email(name, titletext)
{
var domain = "asb-hd.de";
document.write("<a href='mailto:"+name+"@"+domain+"' title='" + titletext + "'>"+name+"@"+domain+"</a>");
}
