Can you make your script tags protocol-agnostic? That is, change
{script src=”http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js”}{/script}
to
{script src=”//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js”}{/script}
(angled brackets changed to curly to be able to post)