diff --git a/scripturefilter.inc b/scripturefilter.inc
index 8f22a0a..1e3226c 100644
--- a/scripturefilter.inc
+++ b/scripturefilter.inc
@@ -133,11 +133,6 @@ function scripturize_link_reference($reference='', $volume='', $book='', $verse=
       $title = 'New English Translation';
       $link = sprintf('<a href="%s%s" title="%s">%s</a>', $link, htmlentities(urlencode(trim("$volume $book $verse"))), $title, trim($reference));
       break;
-    case 'TNIV':
-      $link =  htmlspecialchars('http://www.tniv.info/bible/passagesearch.php?passage_request=');
-      $title = 'Today\'s New International Version';
-      $link = sprintf('<a href="%s%s" title="%s">%s</a>', $link, htmlentities(urlencode(trim("$volume $book $verse"))), $title, trim($reference));
-      break;
     default:
       $link = htmlspecialchars("http://biblegateway.com/cgi-bin/bible?language=english&version=$translation&passage=");
       $title = 'Bible Gateway';
