function app_Click(app){
	var date = new Date();
	aImg=document.createElement('img');
	aImg.src='/analytics/hit.php?r='+encodeURIComponent(window.location.href)+'&p='+encodeURIComponent(app)+'&nocache='+date.getTime();
	document.getElementById('imz_analytics').appendChild(aImg);
}

