  document.write('<div style ="display :none " id="div_downcount"></div>');
 	function download_onclick(posx) {
 		document.getElementById("div_downcount").innerHTML = "<img src ='http://softdata.520.com/down.php?type=tj&pos="+posx+"' />";
 	}
function tracking(e){
 e = e ? e : window.event;
 var s = e.srcElement ? e.srcElement : e.target;
 var a = s.tagName;
 var u = s.href;
 var t = s.innerText ? s.innerText : s.textContent;
 if(a == "A"||a == "IMG"){
  try{
   new Image().src = "http://softdata.520.com/stat_click.php?a="+a+"&u="+escape(u)+"&t="+t;
  }catch(ex){}
 }
 return true;
}
