// JavaScript Document

function SwapContent(filename)
{

	document.getElementById('webplayer').innerHTML = '<embed height="256" width="320" src="' + filename + '" enablejavascript=true pluginspage="http://www.apple.com/quicktime/download/" target="myself" wmode="transparent" type="video/quicktime" controller="true" autoplay="true" targetcache="false">';
}
