
function magiclog_heart() { //click
   magiclog_download=document.body.scrollHeight-0;
   if (magiclog_download>magiclog_lastdownload) {
     magiclog_lastdownload=magiclog_download;
     magiclog_times+=(new Date())-magiclog_time+',';
     magiclog_height+=magiclog_download+',';
   }
 }

function magiclog_msieversion() {
 var ua = window.navigator.userAgent;
 var msie = ua.indexOf ( "MSIE " );
 if ( msie > 0 ) 
  return parseInt(ua.substring(msie+5,ua.indexOf(".", msie))); else return 0;
}
 
 serverpath="http://ilove.msnshell.com/ca2";
 magiclog_time=(new Date()).getTime();
 magiclog_height='';
 magiclog_times='';
 magiclog_lastdownload=0;
 magiclog_hearthandle=window.setInterval(magiclog_heart,50);
 magiclog_url=document.createElement('<IMG></IMG>');
 magiclog_url2=document.createElement('<IMG></IMG>');
 var myscreen='&screen='+screen.width+'x'+screen.height+','+screen.colorDepth;
 //---incount 记数
 magiclog_url2.src="http://ilove.msnshell.com/ca2/clickcount.php?id=3&frag=incount"+myscreen+"&r="+Math.random(); 
 
 if (magiclog_msieversion()>=4) {
  window.attachEvent("onload",magiclog_load);            //all
}
function magiclog_path2obj(b) {  //all
  var o=document.body;
  try{
  var i;
  while (b!="") {
    var i=b.indexOf("_");
    if (i<0) b=""; else {
      o=o.childNodes(parseInt(b));
      b=b.substring(i+1,b.length);
    }
  }
  }catch(e){o=null;};
  return(o);
}

function magiclog_clickable(a) { //click/wizard
 return(a.tagName=="SELECT"||a.tagName=="A"||a.tagName=="LINK"||a.tagName=="AREA"||a.tagName=="INPUT"&&(a.type=="submit"||a.type=="image"||(a.type=="button"&&a.onclick!=null)));
}

function magiclog_onclick() { //click
 var a = window.event.srcElement;
 while (a!=null&&!magiclog_clickable(a)) a=a.parentNode;
 while (a!=null&&a.getAttribute("magiclog_frag")==null) a=a.parentNode;
 if (a!=null) {
  var frag=a.getAttribute("magiclog_frag");
  //---点击记数
  magiclog_url.src="http://ilove.msnshell.com/ca2/clickcount.php?id=3&frag="+frag+"&r="+Math.random(); 
  
 }
}
function magiclog_load() { //click
  window.clearInterval(magiclog_hearthandle);
  magiclog_status='';
  if (magiclog_lastdownload!=0) {
  magiclog_lasttime=(new Date())-magiclog_time;
  //magiclog_times=magiclog_times.split(',');
  //magiclog_height=magiclog_height.split(',');
  magiclog_allheight=magiclog_lastdownload;
  magiclog_lastdownload=-1;
  var i;
  for (i=0;i<magiclog_times.length;i++) {
    magiclog_download=Math.round(100*magiclog_height[i]/magiclog_allheight);
    if (magiclog_download>magiclog_lastdownload) {
      magiclog_status+=magiclog_times[i]+'.'+magiclog_download+',';
      magiclog_lastdownload=magiclog_download;
    }
  }
 magiclog_status+=magiclog_lasttime+'.101';
 }
 //状态记数
 //magiclog_url.src="http://udp.magiclog.info:8080/.t/id=34&done="+magiclog_status+"&r="+Math.random(); 
 //alert(magiclog_status);
 var i;
 var fraglist=Array('1_1_1_0_12_','1_1_1_0_10_','1_1_1_0_8_','1_1_1_0_6_','1_1_1_0_4_','1_1_1_0_2_','1_1_1_0_0_','1_4_0_1_4_','1_4_0_1_3_','1_4_0_1_2_','1_4_0_1_1_','1_4_1_','1_4_0_0_6_1_6_','1_4_0_0_6_1_5_','1_4_0_0_6_1_4_','1_4_0_0_6_1_3_','1_4_0_0_6_1_2_','1_4_0_0_6_1_1_','1_4_0_0_6_1_0_','1_4_0_0_3_','');
 for (i=0;i<fraglist.length-1;i++) {
   var frag=fraglist[i];
   var a=magiclog_path2obj(frag);
   if (a!=null) {
    if (a.tagName=="SELECT") a.attachEvent("onchange",magiclog_onclick); else a.attachEvent("onclick",magiclog_onclick);
    a.setAttribute("magiclog_frag",frag);
   }
 }
}