Thanks so much, I really appreciate it!
One more question, if I may:
I would like to change the text "Next >>" into an image button of sorts. Originally, the button code looks like this:
PHP Code:
paginateHTML+='<a href="#next" rel="'+(selectedpage+1)+'">Next >></a>\n'
I would like to change it so it would look like this:
PHP Code:
paginateHTML+='<a href="#next" rel="'+(selectedpage+1)+'"><img src="images/nextbutton.gif"></a>\n'
When I made that change by adding an image button, the image showed up fine on the pagination, but the "next" button is no longer clickable.
What am I doing wrong?
Sorry about these simple PHP/Javascript questions! I've just started learning about php and javascript, but I've still got a long way to go! 
Thanks again!
Bookmarks