bonjour à tous

je veux faire défiler sur ma page d'accueil differentes citation d'une rubrique prise au hasard

voici le code :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
 
<BOUCLE_actualites (RUBRIQUES){id_rubrique=6}>
<table border="0" cellpadding="0" cellspacing="0" width="155"  style="padding-top: 10px; background-image: url(images/degrad_agenda.gif); background-repeat: repeat-x;" valign="top">
 
  <tr>
    <? $cpt = 0; ?>
   <BOUCLE_FLASH (ARTICLES){id_rubrique}{par hasard>
                        <?
     $texte[$cpt] = '[(#TITRE)]';
 
        $cpt++;
?>
</BOUCLE_FLASH>
 
 <td style="border-top: 1px Gray dashed; background-image: url(images/degrad_agenda.gif); background-repeat: repeat-x;" >
 
<? include ("scrowling_news.php"); ?>
                       	  </td>
                        </tr>
                    </table>
                    </BOUCLE_actualites>
et scrolling_news

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
 
var bsContent=new Array();
 
bsContent[0]='<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" style=\"padding: 10px 0px;\"><tr><td><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\"><tr><td style=\"padding-right: 10px;\"></td><td valign=\"top\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\"><tr><td style=\"padding-bottom: 5px;\"><a class=\"Actualites_Titre\" href=\"<? echo $link_art[0] ?>\"></td></tr><tr><td><a class=\"Actualites_Chapo\" href=\"<? echo $link_art[0] ?>\"><? echo str_replace("\\\\", "", $texte[0]) ?></a></td></tr></table></td></tr></table></td></tr><tr><td style=\"padding: 0px 0px 5px 10px;\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\"><tr><td></td><td width=\"80px\">&nbsp;</td><td></td></tr></table></td></tr></table>';
mais rien n'y fait c'est toujours la meme citation qui défile


quelqu'un aurait il une idée?

merci d'avance