<!--
    var sprache;
    var ua=navigator.userAgent.toUpperCase();
    if((ua.indexOf("MSI")==-1)&&(ua.indexOf("COMPATIBLE")==-1)&&(ua.indexOf("OPERA")==-1))
    { sprache = navigator.language.toUpperCase();}
    else
    { sprache = navigator.systemLanguage.toUpperCase(); }
	 
    if (sprache.indexOf("DE") !=-1)
    {  location.href="http://www.spula.com/de/"; }
    else if (sprache.indexOf("PL")!=-1)
    {  location.href="http://www.spula.com/pl/"; }
	else
		location.href="http://www.spula.com/pl/";
//-->


