<!--
	//----此处为可以修改部分目前是测试信息上线请注释^^^^^^^^^^^
	/*var wmx_client_id ="devidfcnwm1";
	var wmx_campaign_id="devidf2008";*/
	//----此处为可以修改部分目前是正式站台信息上线请取消注释^^^^^^^^^^^^
	var wmx_client_id ="idfcnwm1";
		var wmx_campaign_id="IDF2008";
	
  var wmx_string, wmx_thisURL, wmx_title;  
  wmx_string  = document.referrer; 
  wmx_thisURL = document.URL; 
  wmx_title   = document.title;
  if(wmx_title == "")
  {
      wmx_title = wmx_thisURL;
      var nIndex = wmx_title.indexOf("?");
      if(nIndex != -1)
      {
          wmx_title = wmx_title.substring(0, nIndex);
      }
      nIndex = wmx_title.indexOf("#");
      if(nIndex != -1)
      {
          wmx_title = wmx_title.substring(0, nIndex);
      }
      nIndex = wmx_title.lastIndexOf("/");
      if(nIndex != -1)
      {
          var nLen  = wmx_title.length;
          wmx_title = wmx_title.substring(nIndex+1, nLen);
      }
  }  
  if (navigator.userAgent.indexOf("IE")> -1)  
  {
      document.write("<div style='display:none'>");  
      document.write("<img height=1 width=1 border=0 SRC='http://wm1.1to1crm.com.cn/web_service/counter/counter.aspx?client="+wmx_client_id+"&campaign="+wmx_campaign_id+"&url="+escape(wmx_string)+"&pname="+escape(wmx_title)+"&this_url="+escape(wmx_thisURL)+"'> </div>"); 
  } 
  else
  {
      document.write("<layer visibility=hide>");  
      document.write("<img height=1 width=1 border=0 SRC='http://wm1.1to1crm.com.cn/web_service/counter/counter.aspx?client="+wmx_client_id+"&campaign="+wmx_campaign_id+"&url="+escape(wmx_string)+"&pname="+escape(wmx_title)+"&this_url="+escape(wmx_thisURL)+"'> </layer>");  
  }
//-->