function statCount(id, topic)
{
	new Ajax.Request('http://www.deltids.no/stats/statcount.php',
	  {
	    method:'get',
	    parameters: { 'id': id, 'topic': topic },
	  });
}