diff --git a/urls.py b/urls.py
index e7f7cf7..348c5ee 100644
--- a/urls.py
+++ b/urls.py
@@ -22,6 +22,8 @@ admin.autodiscover()
 
 actualurlpatterns = patterns('',
 	
+    url(r'^testingurl/?$' , views_caves.millenialcaves, name="testing")
+
     url(r'^millenialcaves/?$',     views_caves.millenialcaves,	name="millenialcaves"),
     
     url(r'^troggle$',              views_other.frontpage,      name="frontpage"),