if (document.all && navigator.userAgent.indexOf("Opera") == -1 && navigator.userAgent.indexOf("Konq") == -1 && navigator.userAgent.indexOf("Safari") == -1) {
	document.writeln('<div class="ie"><br />');
	document.writeln('<p>You are probably using Internet Explorer (or at least your browser pretends to be IE).');
	document.writeln('Using IE is not safe for your computer and your files.</p>');
	document.writeln('<p>There is an IE alternative.');
	document.writeln('It`s small, it`s free it can protect you from the annoyng popups, spyware');
	document.writeln('and most importantly it won`t allow the bad guys to take over your computer.');
	document.writeln('<a href="http://www.mozilla.org/products/firefox/">Get Firefox now!</a>');
	document.writeln('</p><br /></div><br />');
}
