 var atitop_wf=(window.screen.Width)? window.screen.Width : "";
 atitop_wf=(window.screen.width)? window.screen.width : atitop_wf;
 atitop_wf=(screen.width)? screen.width : atitop_wf;
 var atitop_hf=(window.screen.Height)? window.screen.Height : "";
 atitop_hf=(window.screen.height)? window.screen.height : atitop_hf;
 atitop_hf=(screen.height)? screen.height : atitop_hf;
 var atitop_reff=document.referrer;
 var atitop_wcf=window.screen.colorDepth;
 var atitop_gf=atitop_reff.indexOf("%");
 if(atitop_gf>0){
    while(atitop_gf>0){
          var atitop_bf = "§§";
          atitop_reff=atitop_reff.substring(0,atitop_gf)+atitop_bf+atitop_reff.substring(atitop_gf+1,atitop_reff.length);
          atitop_gf=atitop_reff.indexOf("%");
    }
 }
