// JavaScript Document
function updateHist(id){
	$.post('/newsHit.php',{idValue:id},rendXML);
	function rendXML(xml){
	}
}
