if (typeof(M_ID)!='undefined'){
	if (!isNaN(M_ID)) {
		SetMenuData(M_ID,'M_Hits')
	}	
}
if (typeof(A_ID)!='undefined'){
	if (!isNaN(A_ID)) {
		SetArticleData(A_ID,'A_Hits')
	}
}
if (typeof(P_ID)!='undefined'){
	if (!isNaN(P_ID)) {
		SetProductData(P_ID,'P_Hits')
	}
}
if (typeof(V_ID)!='undefined'){
	if (!isNaN(V_ID)) {
		SetVideoData(V_ID,'V_Hits')
	}
}
if (typeof(Pic_ID)!='undefined'){
	if (!isNaN(Pic_ID)) {
		//SetPictureData(Pic_ID,'Pic_Hits')
	}
}