function playCounter()
{
	jQuery.ajax({
	   type: "POST",
	   url: "typo3conf/ext/go_mp3player/res/updateCounter.php",
	   data: "count=y",
	   success: function(msg){}
	});
}
