alias comrefbug {
if ($com($1)) {
echo -a > $com($1,bug)
!.echo -q $com($1,url,2)
echo -a > $com($1,bug)
.comclose $1
echo -a done
return
}
var %main = $+(rssnews,$ticks), %t
.comopen %main Msxml.DOMDocument
if ($comerr) return
%t = $com(%main,validateonparse,4,bool,false)
%t = $com(%main,async,4,bool,false)
%t = $comcall(%main,comrefbug,load,1,bstr* bug,http://www.iht.com/rss/frontpage.xml)
}