diff --git a/.buildpath b/.buildpath
index 8bcb4b5fd612e3ad55fb07e4bed087c55afd0861..a049bb7c8d5153db8ffe36d1a734ae8c634ee6a2 100644
--- a/.buildpath
+++ b/.buildpath
@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <buildpath>
-	<buildpathentry kind="src" path=""/>
 	<buildpathentry kind="con" path="org.eclipse.php.core.LANGUAGE"/>
+	<buildpathentry kind="src" path=""/>
+	<buildpathentry combineaccessrules="false" kind="prj" path="/UNL_UndergraduateBulletin"/>
 </buildpath>
diff --git a/.project b/.project
index 333a8a602274fabd89b8ab698e0d56465463cda3..5b50132d15ba6d3ee591c5b3516b64ca4f21f31f 100644
--- a/.project
+++ b/.project
@@ -3,6 +3,7 @@
 	<name>UNL_GraduateBulletin</name>
 	<comment></comment>
 	<projects>
+		<project>UNL_UndergraduateBulletin</project>
 	</projects>
 	<buildSpec>
 		<buildCommand>
diff --git a/.settings/org.eclipse.php.core.prefs b/.settings/org.eclipse.php.core.prefs
index 0d9589dde664b0eba6e5a700c7874dadabc50fab..1f61a5e8b0fd442d34631060a377f3b8d5837bb4 100644
--- a/.settings/org.eclipse.php.core.prefs
+++ b/.settings/org.eclipse.php.core.prefs
@@ -1,3 +1,2 @@
-#Tue Apr 13 10:19:34 CDT 2010
 eclipse.preferences.version=1
-include_path=0;/UNL_GraduateBulletin
+include_path=0;/UNL_GraduateBulletin\u00052;/UNL_UndergraduateBulletin
diff --git a/src/UNL/Catalog/CourseSearch/DBSearcher.php b/src/UNL/Catalog/CourseSearch/DBSearcher.php
index 6e9f3784c45c5fd41b74a2fbe71a300cb27e87dd..d191236d0c3255485badc4b96cbbb12c9474deaa 100644
--- a/src/UNL/Catalog/CourseSearch/DBSearcher.php
+++ b/src/UNL/Catalog/CourseSearch/DBSearcher.php
@@ -16,4 +16,9 @@ class UNL_Catalog_CourseSearch_DBSearcher extends UNL_UndergraduateBulletin_Cour
                         (' . $query . ');';
         return new UNL_UndergraduateBulletin_CourseSearch_DBSearchResults($query, $offset, $limit);
     }
+
+    function byPrerequisite($query, $offset = 0, $limit = -1)
+    {
+        return 
+    }
 }
\ No newline at end of file
diff --git a/www/templates/footer.html b/www/templates/footer.html
index 496f1b3484ce1a0651370df4657325e475e95d54..1d9cbe063bbf6057c52d0ceebb458d75e5e103a3 100644
--- a/www/templates/footer.html
+++ b/www/templates/footer.html
@@ -1,4 +1,4 @@
-&copy; 2013 UNL Graduate Studies | 1100 Seaton Hall | Lincoln NE 68588-0619 | 402-472-2875 | <a href="http://www.unl.edu/gradstudies/comments.shtml" title="Click here to direct your comments and questions">comments?</a>
+&copy; 2013 UNL Graduate Studies | 1100 Seaton Hall | Lincoln NE 68588-0619 | 402-472-2875 | <a href="http://www.unl.edu/gradstudies/contact" title="Click here to direct your comments and questions">comments?</a>
 <script type="text/javascript">
 var _gaq = _gaq || [];
 _gaq.push(['_setAccount', 'UA-2901646-1']); //replace with your unique tracker id
@@ -6,4 +6,4 @@ _gaq.push(['_setDomainName', '.unl.edu']);
 _gaq.push(['_setAllowLinker', true]);
 _gaq.push(['_setAllowHash', false]);
 _gaq.push(['_trackPageview']);
-</script>
\ No newline at end of file
+</script>
diff --git a/www/templates/footerContactInfo.html b/www/templates/footerContactInfo.html
index ccea0f9dd9be9466f9f1966e8cc61ae507aff354..cce5b7ee5ecf2915be3c2eb6bfd2ab57fecc7789 100644
--- a/www/templates/footerContactInfo.html
+++ b/www/templates/footerContactInfo.html
@@ -6,4 +6,4 @@ Lincoln NE 68588-0619<br />
 <a href="mailto:graduate@unl.edu">graduate@unl.edu</a><br />
 
 <br />
-<a href="http://www.unl.edu/gradstudies/office/seaton.shtml">More contact info</a></p>
+<a href="http://www.unl.edu/gradstudies/contact">More contact info</a></p>