Index: trunk/UTIL/PYTHON/bibweb/planetowebsite/lmdplaneto.py
===================================================================
--- trunk/UTIL/PYTHON/bibweb/planetowebsite/lmdplaneto.py	(revision 1201)
+++ trunk/UTIL/PYTHON/bibweb/planetowebsite/lmdplaneto.py	(revision 1205)
@@ -1,4 +1,5 @@
 #! /usr/bin/env python
 import ads
+import os
 
 #######
@@ -7,4 +8,6 @@
 gencond = ''' -c 'not journal:"Discussions"' ''' # to solve EGU journal duplication
 #######
+
+os.chdir("/home/marshttp/trunk/UTIL/PYTHON/bibweb/planetowebsite/") ## for crontab
 
 ads.makepage('pubmars',\
@@ -63,5 +66,5 @@
              retrieve = False,\
              customcond = gencond + ''' -c 'author:"Millour"' ''',\
-             listyear = range(anneec,2008-1,-1),\
+             listyear = range(anneec,2003-1,-1),\
              linkads = lk,\
              printnum = True,\
