function clicktag(city,type)
{
	var img = new Image();
	img.src = "http://bbs.soufun.com/clickbbs/" + city + "bbs_" + type + "/?" + new Date().getTime() + Math.random();
	if(document.body)
		document.body.appendChild(img);
}