Index: /trunk/ippTasks/survey.pro
===================================================================
--- /trunk/ippTasks/survey.pro	(revision 31685)
+++ /trunk/ippTasks/survey.pro	(revision 31686)
@@ -772,5 +772,16 @@
         $run = $run -destreaked
     end
-   
+    if ($stage == 'staticsky') 
+        #only queue uncensored staticsky
+        $run = $run -uncensored
+    end
+    if ($stage == 'stack') 
+        #only queue uncensored stacks
+        $run = $run -uncensored
+    end
+
+    # we need to handle isp/gpc1: gpc1 wants destreaked, isp wants uncensored.  Perhaps the best way is by default do destreaked (the most paranoid), and if db = isp (is this the best way?) then do uncensored
+    
+
 
     command $run
