diff --git a/application/layouts/scripts/unl_wdn.phtml b/application/layouts/scripts/unl_wdn.phtml
index 739cdf1b0ab885f30fb93d4fa34ff6c5f0476727..f36650e7e2384e94524dd901a17ab180a07ffb8c 100644
--- a/application/layouts/scripts/unl_wdn.phtml
+++ b/application/layouts/scripts/unl_wdn.phtml
@@ -145,9 +145,9 @@ $this->layout()->leftColLinks = array(
 
 $this->layout()->contactInfo = <<<EOF
 <strong>Undergraduate Education</strong><br />
-223 Seaton Hall<br />
+221 Seaton Hall<br />
 Lincoln NE 68588-0683<br />
-(402) 472-6023<br />
+(402) 472-4030<br />
 Fax: (402) 472-1910
 EOF;
 
diff --git a/application/modules/default/views/scripts/layout.phtml b/application/modules/default/views/scripts/layout.phtml
index db205b87d5034fd5892bc80d646f59c8f0323a48..87f3cb699fc36fd3cff4561405162a69efb6c3d8 100644
--- a/application/modules/default/views/scripts/layout.phtml
+++ b/application/modules/default/views/scripts/layout.phtml
@@ -85,9 +85,9 @@ $template->contactinfo = <<<EOF
 <h3>Contact Us</h3>
 <p>
     <strong>Undergraduate Education</strong><br />
-    223 Seaton Hall<br />
+    221 Seaton Hall<br />
     Lincoln NE 68588-0683<br />
-    (402) 472-6023<br />
+    (402) 472-4030<br />
     Fax: (402) 472-1910
 </p>
 EOF;