notification.text=p.commentAuthorName+' has replied to your comment on "'+p.postHeadline+'": '+Meteor.absoluteUrl()+'/posts/'+p.postId+'/comment/'+p.commentId;
notification.html='<a href="'+Meteor.absoluteUrl()+'users/'+p.commentAuthorId+'">'+p.commentAuthorName+'</a> has replied to your comment on "<a href="'+Meteor.absoluteUrl()+'posts/'+p.postId+'/comment/'+p.commentId+'" class="action-link">'+p.postHeadline+'</a>".';
notification.text='You have a new comment by '+p.commentAuthorName+' on your post "'+p.postHeadline+'": '+Meteor.absoluteUrl()+'/posts/'+p.postId+'/comment/'+p.commentId;
notification.html='<a href="'+Meteor.absoluteUrl()+'users/'+p.commentAuthorId+'">'+p.commentAuthorName+'</a> left a new comment on your post "<a href="'+Meteor.absoluteUrl()+'posts/'+p.postId+'/comment/'+p.commentId+'" class="action-link">'+p.postHeadline+'</a>".';
notification.subject=p.postAuthorName+' has created a new post: "'+p.postHeadline+'"';
notification.text=p.postAuthorName+' has created a new post: "'+p.postHeadline+'" '+Meteor.absoluteUrl()+'/posts/'+p.postId;
notification.html='<a href="'+Meteor.absoluteUrl()+'users/'+p.postAuthorId+'">'+p.postAuthorName+'</a> has created a new post: "<a href="'+Meteor.absoluteUrl()+'posts/'+p.postId+'" class="action-link">'+p.postHeadline+'</a>".';