diff --git a/www/extras/wobject/Survey/loadTemplate.pl b/www/extras/wobject/Survey/loadTemplate.pl
deleted file mode 100755
index 3501b0076..000000000
--- a/www/extras/wobject/Survey/loadTemplate.pl
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/usr/bin/perl
-
-
-use strict;
-
-use DBI;
-use File::Slurp;
-my $dbh = DBI->connect("DBI:mysql:database=www_norman_com;host=localhost;port=3306", "webgui", "webgui", { RaiseError => 1, AutoCommit => 1 }) or die $!;
-
-my $file = read_file("template.html");
-
-my $sth = $dbh->prepare(qq{ UPDATE template SET template = ?,revisionDate = ? WHERE assetid = ? });
-$sth->execute($file, time(),"M3RkJY763xgE1SLYQ4pBqA");
-$dbh->disconnect();
-
diff --git a/www/extras/wobject/Survey/survey.css.backup b/www/extras/wobject/Survey/survey.css.backup
deleted file mode 100644
index e0e1e3327..000000000
--- a/www/extras/wobject/Survey/survey.css.backup
+++ /dev/null
@@ -1,97 +0,0 @@
-
-div.trashcan {
- border: 1px solid gray;
- width: 175px;
- height: 50px;
-}
-div.workarea {
- padding:10px;
- padding-top:40px;
- float:left
-}
-
-div.editarea {
- margin-top:40px;
- padding:10px;
- float:left;
- border: 1px solid gray;
-}
-
-div.editquestion {
- padding:10px;
- float:left;
-}
-div.editanswer {
- padding:10px;
- float:left;
-}
-
-#submitbutton { padding:20px; }
-
-div.entry {
- padding-bottom:10px;
- padding-left:10px;
-}
-
-ul.draglist {
- position: relative;
- width: 300px;
- background: #f7f7f7;
- border: 1px solid gray;
- list-style: none;
- margin:0;
- padding:0;
- padding-bottom:20px;
-}
-
-ul.draglist li {
- margin: 5px;
-}
-
-ul.questionList {
- position: relative;
- background: #f7f7f7;
- border: 1px solid gray;
- list-style: none;
- margin:0;
- padding:0;
- min-height: 40px
-}
-
-li.section {
- background-color: #CCCCFF;
- border:1px solid #7EA6B2;
- cursor: move;
-}
-
-li.sselected {
- background-color: #E76300;
- border:1px solid #7EA6B2;
- cursor: move;
-}
-
-li.qselected {
- background-color: #CC6600;
- border:1px solid #7EA6B2;
- cursor: move;
- padding-left:15px;
-}
-
-li.question {
- background-color: #D1E6EC;
- border:1px solid #7EA6B2;
- padding-left:15px;
- cursor: move;
-}
-
-li.answer {
- background-color: #D1E6EC;
- border:1px solid #7EA6B2;
- cursor: move;
-}
-li.aselected {
- background-color: #CC6600;
- border:1px solid #7EA6B2;
- cursor: move;
-}
-
diff --git a/www/extras/wobject/Survey/templates/buttonHTML.txt b/www/extras/wobject/Survey/templates/buttonHTML.txt
deleted file mode 100644
index 3d11c5a24..000000000
--- a/www/extras/wobject/Survey/templates/buttonHTML.txt
+++ /dev/null
@@ -1,6 +0,0 @@
-