Where to place "page-unique" resources ?

Where to place "page-unique" resources ?

Hi,

I was reading through the jquery Mobile documentation and found the line below:

Conversely, any non-unique assets (those used site-wide) should be referenced in the <head> section of an HTML document, or at the very least, outside of the "page" element, to prevent running scripts more than once.

[http://jquerymobile.com/demos/1.0a2/#docs/pages/docs-navmodel.html]

Where should i place the unique assets which are per page, like scripts... I'm having problems to load pages when i move the scripts inside a page (div)...

Anyone can help ?