(def titlelink (s url user) (let toself (blank url) (tag (a href (if toself (item-url s!id) (or (live s) (author user s) (editor user)) url) rel (unless (or toself (> (realscore s) follow-threshold*)) - 'nofollow)) + 'nofollow) + target '_blank) (pr s!title))))