/* copyright (2010) Ulrich Vanscheidt */
/* www.photox24.com */
//

//alert(navigator.userAgent);

// filter old browsers
var badAgent = false;
//
if (navigator.userAgent.indexOf("MSIE") != -1) badAgent = true;
if (navigator.userAgent.indexOf("MSIE 9") != -1) badAgent = true;

if (badAgent)
{
	//alert("This website requires a modern browser to be displayed and working correctly.\nYour current browser is not up to standard!\nPlease come back with a new one to enjoy all features of my website.");
	location.reload("index_ba.html");
}

function eml()
{
	document.write("<a href=\"mai");
	document.write("lto:inf");
	document.write("o@pho");
	document.write("tox2");
	document.write("4.com\" class=\"txt\">in");
	document.write("fo@ph");
	document.write("otox");
	document.write("24.com</a>");
}
//



