//<![CDATA[
		function zuFav(){
			if (navigator.appName.indexOf("Explorer") != -1){
				window.external.AddFavorite(top.location.href,document.title);
			}
		else{
			alert("Diese Funktion funktioniert nur im Internet Explorer !!"+"\n\n"+"Bei Netscape / Firefox / Opera: [STRG] + [D] drücken.");
			
			}
		}
				
		function zuStart(linkThis){
			if (navigator.appName.indexOf("Explorer") != -1){
				linkThis.style.behavior='url(#default#homepage)';
			 	linkThis.setHomePage('http://www.rentinorio24.de');
			}
		else{
			alert("Diese Funktion funktioniert nur im Internet Explorer !!");
			}
		}
//]]>
