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

%%preprocess%%
// format the object for display
$this->timeFormat("F j, Y \a\\t g:ia");

// get proper icon for private object
if (!$this->public) $this->iconpvt= "-pvt";

// show anonymous if no author defined
if ($this->author== "") $this->author=$site->name;
	
// show default icon or alt icon from imageid
if ($this->imageid!="0") {
	$this->iconTag= bparsebml("[image:$this->imageid;25,25;middle]");
	}
else $this->iconTag= "<img src='/bicons/document$this->iconpvt.png' border=0 alt='document:$this->id' title='document:$this->id' align=middle>";

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

%%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%%
