How to reload news ticker?

How to reload news ticker?

Welcome,

I would like to ask you how to solve my problem.

I'm using an Alex Fish's script called List Ticker. Working very good. The code placed on my site is:

  1. <script type="text/javascript">
  2.     $(document).ready(function() {
  3.         $('#fade').list_ticker({
  4.             speed:6000,
  5.             effect:'fade'
  6.         });
  7.     });
  8.     </script>
On the <body> section:

  1. <ul id="fade">
  2.     <li class="teksthosta">Text 1</li>
  3.     <li class="teksthosta">Tekst 2</li>
  4.     <li class="teksthosta">
  5.     <a href="#"><img class="tak_nie_powtorz" src="./cnt/img/yes.png" alt="">YES</a>&nbsp;&nbsp;&nbsp;
  6.     <a href="#"><img class="tak_nie_powtorz" src="./cnt/img/no.png" alt="">NO</a>&nbsp;&nbsp;&nbsp;
  7.     <a href="#" id="reload"><img class="tak_nie_powtorz" src="./cnt/img/reload.png" alt="">RELOAD</a>
  8.     </li>
  9. </ul>
The script is programmed for stopping on the last text line - there are options for user - YES, NO, RELOAD.

And now - would like to reload List Ticker script (attached as js file and placed previously on the head section), after pressing RELOAD link (its id is called "reload").

Completelly dunno how to do it... Please help, if someone is having a while.

Kind regards,

Darek