
<script type="text/javascript">
function setCookie(Name,Value,Duration){
  now = new Date();
  expiration = new Date(now.getTime()+Duration*86400000);
  document.cookie=Name+"="+Value+";expires="+expiration.toGMTString()+";";
}
function readCookie(Name){
  var searchname = Name + "=";
  var cookies = document.cookie.split(';');
  for(var i=0;i< cookies.length;i++){
   var singelcookie = cookies[i];
   while (singelcookie.charAt(0)==' ') singelcookie = singelcookie.substring(1,singelcookie.length);
     if(singelcookie.indexOf(searchname) == 0) 
      return singelcookie.substring(searchname.length,singelcookie.length);
  }
  return null;
}
if(document.cookie){
    if(readCookie("width") == null || readCookie("height") == null){
        setCookie("width",screen.width,1);
        setCookie("height",screen.height,1);
        location.reload();
    }
}else{
    setCookie("width",screen.width,1);
    setCookie("height",screen.height,1);
    location.reload();
}
</script>
<script language=JavaScript>
Pixeltiefe=screen.pixelDepth;
Farbtiefe=screen.colorDepth;
name_des_browsers=navigator.appName; 
if (name_des_browsers=="Microsoft Internet Explorer")
{
Pixeltiefe=Farbtiefe;
}
if (Farbtiefe==Pixeltiefe)
{
Farbtiefe=Math.pow(2,Farbtiefe);
}
document.write("");
</script>
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://www.sansofe.info/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://www.sansofe.info/wp-sitemap-posts-page-1.xml</loc></sitemap></sitemapindex>
