// hidemovie.js
// uses an Image as a a placeholder for embedded movies
// and loads the movie in background to reduce traffic
// (c) Dominik Buse 2008

function loadPlayer() {
	var mydiv = document.getElementById("moviebox");
	//mydiv.innerHTML = '<embed src="http://blip.tv/play/Aczxd4+HVA" type="application/x-shockwave-flash" width="425" height="268" allowscriptaccess="always" allowfullscreen="true" autostart="true" enablejs="true" ></embed>'
	mydiv.innerHTML = '<embed src="http://blip.tv/play/gccMzPF3AA" type="application/x-shockwave-flash" width="425" height="286" allowscriptaccess="always" allowfullscreen="true"></embed>'
}
