
//alert("test");

var dm_stat_path="http://www.dailymarkets.com/utils/stats/post_stat.php";

function dm_stat_post(id){
	//alert(id);
	document.write("<img src=\""+dm_stat_path+"?id="+id+"&ra="+(Math.random()*1000)+"\" width=1 height=1>");
}
