function postclick(hash){
	var postclickcode = '';
	if(hash == '/home/') postclickcode=98359;
	if(hash == '/depression/helpservices/') postclickcode=98323;
	if(hash == '/depression/urgenthelp/') postclickcode=98324;
	if(hash == '/depression/selftest/') postclickcode=98319;
	if(hash == '/depression/facts/') postclickcode=98321;
	if(hash == '/knowledge/') postclickcode=98322;
	if(hash == '/chat/') postclickcode=98320;
	if(hash == '/multimedia/') postclickcode=98325;

	if(postclickcode){
		var dd = new Date();
		var ord = Math.round(Math.abs(Math.sin(dd.getTime()))*1000000000)%10000000;
		var src = "http://adsfac.net/pct_mx.asp?L="+postclickcode+"&source=js&ord="+ord;
		//var src = 'http://localhost/ndi/home/mytest?hash='+postclickcode;
		
		var head = document.getElementsByTagName("head")[0];
		script = document.createElement('script');
		script.id = 'postclickJS';
		script.type = 'text/javascript';
		script.src = src;
		head.appendChild(script);
		head.removeChild(script);
	}
} 

	//	document.write('<scr"+"ipt type=\"text/javascript\">alert(_getHash());</scr"+"ipt>"')