%%document-scriptingNewsRDF-anonymous-rdf%%
2002-06-24 14:37

%%preprocess%%
// format the object for display
$this->beryliumToHtml(); 
$this->getRuntimeVars();

if ($this->title=="" && $this->headline=="") $this->title= "Untitled ($this->name)";
elseif ($this->title=="") $this->title= $this->headline;


%%header%%

%%css%%

%%template%%
<item>
	<text>$this->description</text>	
	<link>
		<url>http://$site->name$this->uri</url>
		<linetext>$this->headline</linetext>
	</link>
</item>

%%listrow%%
 
%%nullobject%%
 
%%footer%%

%%postprocess%%

%%end of context%%
