Don't know how to make Yoxview plugin work

Don't know how to make Yoxview plugin work

I think my code is ok, but the yoxview plugin doesn't function at all.

Here's the code
  1. <head>
  2. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  3. <title>Home</title>

  4. <link href="../yoxview/yoxview.css" rel="stylesheet" type="text/css" />
  5. <link href="../css/cssdosite.css" rel="stylesheet" type="text/css" />
  6. <script type="text/javascript" src="../js/jquery.js"></script>
  7. <script type="text/javascript" src="../yoxview/yoxview-init.js"></script>


  8. <script type="text/javascript">
  9. $(document).ready(function() {
  10. $("#thumbnails").yoxview({
  11. option: 'value',
  12. option: 'value'
  13. });
  14. });

  15. </script>








  16. </head>


  17. <body>
  18. <div id="bg">
  19. <img src="../image/bg.gif"  />
  20. </div>





  21. <div  class="yoxview">
  22.    <a href='http://vimeo.com/5604684'>
  23.     <img src="images/items/thumbnails/geva.jpg" alt="Come Race Me" title="Geva Alon - Come Race Me" />
  24. </a>
  25. </div>


What am i missing? I'm new with this jquery stuff, so I'm pretty much lost at the moment.
Here's the yoxview plugin usage page:  http://www.yoxigen.com/yoxview/usage.aspx