// JavaScript Document

function AddFavorite(theTit) {
	IE4=(document.all)? 1 : 0
	if (IE4) {
		theSite=window.location
		window.external.AddFavorite('http://www.einszett.at', theTit)
	}
}
