Using JQuery in Blogger

Using JQuery in Blogger

Hi All,

I'm really new on this, in fact this is the first thing I'm trying to do with JQuery.

I'm trying to get a Photo Gallery done in my blog and it is driving me crazy.

I download some code from http://www.twospy.com/galleriffic/  and I'm trying to learn how to use it.

I have 3 jQuery files:

1.  jquery.galleriffic --> which I understand is the important file with all the Gallery code
2.  jquery.opacityrollover --> which I belive has extra functions for the Gallery (not totally sure though)
3.  jquery-1.3.2

I have several questions:
1. Should I upload those files somewhere in the web and the call them? If so how? Or should I just copy and paste the code into my HTML code?
2. Should I used the jquery-1.3.2 file? I read somewhere in the internet people calling it like this on the HTML code: <script src='js/jquery-1.3.2.js' type='text/javascript'/>  But I don't know what this does. Do I need to do something else other that introduce that line in my code?
3. In the website mentioned above, from where I download the code  (http://www.twospy.com/galleriffic) also says to introduce the following in my HTML code   <script src='js/jquery.galleriffic.js' type='text/javascript'/>   but I don't know what this does.


Thank you very much for your help