{groovy}
String html = new URL("http://www.bom.gov.au/cgi-bin/wrap_fwo.pl?IDT13400.html").openStream().text
println html
{groovy}