Official answer
Hi JHeff,
all you need to do is to add an http: for the script url.
We use // so that it can support both http and https, however, it does not work when you test locally using file:
So you should change:
c.src="//static.reembed.com
to
c.src="http://static.reembed.com