var statmachine_id = "FlauteBt";

var statmachine_w = screen.width; 
var statmachine_h = screen.height; 
var statmachine_bp = screen.colorDepth; 

var statmachine_ref = encodeURIComponent?encodeURIComponent(document.referrer):escape(document.referrer); 
var statmachine_param = "?sw="+statmachine_w+"&sh="+statmachine_h+"&ref="+statmachine_ref+"&bpp="+ statmachine_bp; 

document.write("<a href=\"http://statgep.hu/stat/" + statmachine_id + ".sx\" target=\"_blank\"><img src=\"http://statgep.hu/stat/" + statmachine_id + "/log.sx" + statmachine_param + "\" border=\"0\"></a>");
