diff --git a/scripts/create_html b/scripts/create_html
index 6a90d33fd7d68f7d3eab1d16f6f83afe769dc2fe..ae4f5c113b3557643159a42c3affffcff5755424 100755
--- a/scripts/create_html
+++ b/scripts/create_html
@@ -179,7 +179,7 @@ def create_html_main(argv):
 
     main_index_html(plot_root = options.plot_root,
                     html_root = options.html_root)
-    for start_num in [4,5,6,7,8,9]:
+    for start_num in [2,3,4,5,6,7,8,9]:
         os.system("cd /globaldata/inspect/; for sas in `find . -maxdepth 1  -mindepth 1 -iname \"%d*\" -ctime +21|sed -e 's/\.\///g'|sort`; do echo $sas ;rm -rf $sas HTML/$sas; done; " % start_num)
     return 0