</div> <div class="content"> <h3> <span> <?php echo MY_ALERTS; ?> </span> </h3> <div class="articleList"> <? $shelf = new Shelf(); $shelf->setUserID($_COOKIE['userID']); $cited = $shelf->getCitedAlertList(); $count_cited = count($cited); if($count_cited) { echo("<h5>".CITATIONS."</h5>"); echo '<ul>'."\n"; } for($i = 0; $i < $count_cited; $i++) { $shelfCited = $cited[$i]; $article = $shelfCited->getArticle();