diff --git a/application/modules/courses/views/scripts/new/create.phtml b/application/modules/courses/views/scripts/new/create.phtml
index ac21a3f230ca66a796c54bd1b80cf4856c6fc018..ae3f2cd9e9cae744a5b0ad6c21484dca1ce0602f 100644
--- a/application/modules/courses/views/scripts/new/create.phtml
+++ b/application/modules/courses/views/scripts/new/create.phtml
@@ -18,6 +18,7 @@
                 Request a <b>new course</b>
             </a>
         </li>
+        <?php if ($this->courseNumber < 800) { ?>
         <li>
             <a href="<?php echo $this->url(array('action'       => 'create',
                                                  'type'         => 'NewCourseWithIS',
@@ -36,6 +37,7 @@
                 Request a <b>new course</b> with <b>ACE certification</b>
             </a>
         </li>
+        <?php } ?>
         <li>
             <a href="/Request/Search">
                 Return to Search
diff --git a/application/modules/courses/views/scripts/new/found.phtml b/application/modules/courses/views/scripts/new/found.phtml
index 93915d3cb6b0b4f359b74b45d25dfd9e0adb2f9b..0b97e710e753921a5a0046d1b489951f5727f0ab 100644
--- a/application/modules/courses/views/scripts/new/found.phtml
+++ b/application/modules/courses/views/scripts/new/found.phtml
@@ -30,6 +30,7 @@
             <b>Change</b> existing course
         </a>
     </li>
+    <?php if ($this->courseNumber < 800) { ?>
     <?php /* <li>
         <a href="<?php echo $this->url(array('action'       => 'create',
                                              'type'         => 'AddISToCourse',
@@ -96,6 +97,7 @@
         </a>
     </li>
     <?php } ?>
+    <?php } ?>
     <li>
         <a href="<?php echo $this->url(array('action'       => 'create',
                                              'type'         => 'RemoveCourse',