Remember...

When starting a script via crontab the environment variables must be explicitly set in your script (i.e. Do not depend upon the variables in .profile). A script the runs fine when executed from the interactive shell account will not function properly from cron unless the variables are set in the script prior to execution.