GAtrack = function(postlink_id,value){
	var pl = getCustomTag(postlink_id);
	if(pl){
		pl.addPreDispatch(function(){
			if(typeof(pageTracker)!='undefined'){
				pageTracker._trackPageview(value)
			}
		})
	}
}