function addToFavorite(){
	adres = 'http://www.cyfrowypolsat.pl/program-tv/'
	tytul = 'Świeży program zawsze pod ręką'
	if (window.sidebar) { alert('Jeśli chcesz dodać tę stronę do zakładek, naciśnij Ctrl+D') 
	} else if (window.external) { window.external.AddFavorite(adres, tytul); 
	} else if (window.opera && window.print) {alert('Jeśli chcesz dodać tę stronę do zakładek, naciśnij Ctrl+D')
	} else if ( navigator.userAgent.toLowerCase().indexOf('safari/') != -1) {
		alert('Jeśli chcesz dodać tę stronę do zakładek, naciśnij Ctrl+D')
	}
	 
}
function hidelink(){
	 if ( navigator.userAgent.toLowerCase().indexOf('msie') != -1){
  		document.getElementById("startpagespan").style.display = "inline"
	 } 
}