var topixID=7055;
if ( topixcats.length > 0 )
{
  document.write('Related news from the Web<br/>');
  for( i = 0; i < topixcats.length; i++ )
  {
    document.write( '<a href="http://www.topix.net/' 
                    + topixcats[i].node 
                    + '/?p=' 
                    + topixID 
                    +'&s=PB&co=1"><img src="http://images.rgj.com/story/iconExternal.gif" border="0" height="10" hspace="5" width="13">' 
                    + topixcats[i].name 
                    + '</a>' 
                  );
  }  
  document.write('<a href="http://www.topix.net/">Powered by Topix.net</a>');
}
//~ document.write ("Topix 'has crawled' page check = '" + topixcrawled + "'<br>");
