Static Header - page error

Static Header - page error

Dear all,


My name is Leander and I'm about to launch my first jQuery Mobile solution (named: Fixed Header). And I have to say I'm really pleased with the result already.


I do have one problem with going to pages.

The problem is I can't get a correct link from one page to another.
When I click the menu button in the side menu the application paste the URL behind the original URL.

For example:
My application is running at www.google.com When I click the Side menu it will have a hash www.google.com#, then when I click menu item 1 (with URL www.google.com/menuitem1) it will look like this: www.google.com#www.google.com/menuitem1. So it doesn't replace the orginal URL and therefore the page link doesn't work.


Live example:

If you click this link here below you go to the live version which I created. Select the sidemenu and click at menu item 1. Please see what happens at link 2 and 3.

Live code:
http://31.222.177.221/APPFORIA_CMS_Demo_NL/index.asp

I want to go from this page:
http://31.222.177.221/APPFORIA_CMS_Demo_NL/index.asp)

.... to this page
http://31.222.177.221/APPFORIA_CMS_Demo_NL/index.asp?type=61&PaginaID=164&CatID=246&SubID=283&ADID=4&advid=&cs=&kw=&campagne=0

(  Eventually the link will look like this and throws an error:
http://31.222.177.221/APPFORIA_CMS_Demo_NL/index.asp#http://31.222.177.221/APPFORIA_CMS_Demo_NL/index.asp?type=61&PaginaID=164&CatID=246&SubID=283&ADID=4&advid=&cs=&kw=&campagne=0  )

Can you help me please?


I have several files which I named there below;
I have these from jQuery Mobile themselves.


index.js
jquery.js
jquery.mobile-1.3.1.min.js


jqm-demos.css
jquery.mobile-1.3.1.css

 

Thanks in advanced.
Leander