Thanks, Haggis! One additional change, if anyone is trying to run this on Mac OS X: OS X doesn't come with the "wget" command installed (at least not in 10.4), but it does have "curl", which has similar functionality. So replace "wget -q -O -" with "curl --silent&q...