#!/bin/rc

hget 'http://www.wordreference.com/es/en/translation.asp?spen='^$1 |
	htmlfmt -l 1000 |
	sed '
		/^Word/d
		/^$/d
		/^Look/,/images/d
		/^Forum/,/\.com/d
 	 '
