do if variable not set 

no_log_url=F
[ "x$1" = "x-n" ] && {
  no_log_url=T                # don't log the url
  shift 1
  }
[ $no_log_url = F ] && urllogging='-l'
gnuwget $urllogging -t "$file_title"...