// ANIMATED FAVICON
var agent = navigator.userAgent.toLowerCase();
var name = 'firefox';
if (navigator.appName.indexOf("Netscape") != -1) {
	if(document.URL == "http://www.sapler.igm.de/") {
		document.write('<link rel="icon" type="image/gif" href="/images/favicon.gif" />');
	}
}
