
if(showme==null) var showme='n'        // default showme value
if(st==null)     var st='js'           // default st (show-type) value

s=0;c=0
f=""+escape(document.referrer) // for frames use 'top.document.referrer'
v=navigator.appName

r="?referer="+f

if (st=='js') { // calling Stats by JavaScript-tag
        if (v != "Microsoft Internet Explorer") {
                r = r+"&url="+document.URL // $HTTP_REFERER problem with NS,...
        }
        document.open()
        document.write("<script language='JavaScript' src='http://www.pc-assistance.de/kserver/katja-strueber/statistik/run.php"+r+"'></script>")
        document.close()
} else { // calling Stats by IMG-tag
        document.open()
        document.write("<IMG src='http://www.pc-assistance.de/kserver/katja-strueber/statistik/run.php"+r+"'>")
        document.close()
}