Loading jquery jquery.cookie and jquery.formatCurrancy in proper sequence.

Permalink
I am using the concrete/themes/default theme for my work. I am creating Blocks that use the jquery cookie and formatCurrancy jquery plugins. These two plugins have to be loaded in the <head> after the jquery.js file but before other scripts are loaded that use them. Since C5 loads the header scripts including those from Blocks before the scripts that are loaded from the theme header where do I go to call the jquery plugins so that I can guarantee the correct load sequence.

ThomasJ