",
    // closing tags for each story block
    "",
    // opening tags for headlines
    "| " .
    "",
    // closing tags for headlines
    " | 
",
    // opening tags for each text block
    " | 
" .
    " | " .
    "" .
    "| ",
    // closing tags for each text block
    " |  
  | 
",
    // story separator
    "
" );
*/
?>