Several of my pages use both JQuery and Protoype. Since I upgraded to version 1.3 of JQuery this appears to be causing problems, because both libraries define a function nam
Your jquery-noconflict.js should look like this (be sure that all is in one line):
jquery-noconflict.js
document.write("");
... and than your include (as you already pointed out) should look like this:
This solution solves all your requirements I think.