﻿
var J = {
	desc:'珠海新闻网',
	req:null,

	//id : 文章ID
	stat:function(id,type,w,h,href){
		var img = new Image();		
		img.src = "/cgi/stat/stat.php?id="+id+'&type='+type+'&w='+w+'&h='+h+'&href='+href;		
	}
};

