c=0;
s=0;
n=navigator;
d=document;
plugin=(n.mimeTypes&&n.mimeTypes["application/x-shockwave-flash"])?n.mimeTypes["application/x-shockwave-flash"].enabledPlugin:0;
if(plugin) 
{
  w=n.plugins["Shockwave Flash"].description.split("");
  for(i=0;i<w.length;++i) 
  { 
    if(!isNaN(parseInt(w[i]))) 
    { 
      f=w[i];
      break; 
    } 
  }
} 
else if(n.userAgent&&n.userAgent.indexOf("MSIE")>=0&&(n.appVersion.indexOf("Win")!=-1)) 
{
  d.write('<script language="VBScript">On Error Resume Next\nFor f=10 To 1 Step-1\nv=IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash."&f))\nIf v Then Exit For\nNext\n</script>');
} 
if(typeof(top.document)=="object"){
  t=top.document;
  pd=escape(t.URL);
} 
else 
{
  x=window;
  for(i=0;i<20&&typeof(x.document)=="object";i++) 
  { 
    x=x.parent; 
  }
  pd=0;
}
c=screen.colorDepth;
w=screen.width;
h=screen.height;
if(typeof(f)=='undefined') f=0;
new Ajax.Request('/ajax/pulsetracker/tracker.html?screen_width='+w+'&screen_height='+h+'&colors='+c+'&js=1&java='+(n.javaEnabled()?1:0)+'&flash='+f, {asynchronous:true, evalScripts:true, method: 'get'})
