Index: trunk/cgi-bin/main.cgi
===================================================================
--- trunk/cgi-bin/main.cgi	(revision 23)
+++ trunk/cgi-bin/main.cgi	(revision 27)
@@ -1150,8 +1150,8 @@
     $webvar{custid} = "6750400";
     if ($webvar{alloctype} eq 'rr') {
-      if ($webvar{city} !~ /^(?:Huntsville|North Bay|Ottawa|Pembroke|Sault Ste. Marie|Sudbury|Timmins|Toronto)$/) {
+      if ($webvar{city} !~ /^(?:Huntsville|North Bay|Ottawa|Pembroke|Sault Ste. Marie|Sudbury|Timmins|Thunder Bay|Toronto)$/) {
 	printAndExit("Please choose a valid POP location for a routed netblock.  Valid ".
-		"POP locations are currently:<br>\n Huntsville North Bay Ottawa Pembroke ".
-		"Sault Ste. Marie Sudbury Timmins Toronto");
+		"POP locations are currently:<br>\n Huntsville - North Bay - Ottawa -". 
+		" Pembroke - Sault Ste. Marie - Sudbury - Timmins - Thunder Bay - Toronto");
       }
     }
