function insertPagebreak()
 {
     $document =& JFactory::getDocument();
     $document->setTitle(JText::_('PGB ARTICLE PAGEBRK'));
     ContentView::insertPagebreak();
 }