#!/usr/bin/bash
wget -cq http://checkip.dyndns.com -O /tmp/index.html
cat  /tmp/index.html | cut -c77-100 | tr -d "\</body></html>"
exit 0
