if [ $# = 0 ]; then
	exec elinks http://en.wikipedia.org/
else
	exec elinks http://en.wikipedia.org/wiki/"`urlencode "$*"`"
fi

