function updateCount(url,kwId)
{
	var u1 = 'ht';	u1 += 'tp:';
	$.getJSON(u1 + "//" + url + "?kwId=" + kwId + "&jsoncallback=?",'');
}
