/*
 * External function to use for pagewatch to select news delivery items
 */
parse arg 'RNews,-,- TOTAL' count 'ARTS' . 'BYTES/UNCOMPRESSED'
if count = "" then return ""
return getuuenv('nodename') "got" strip(count) "news articles"
