function cast(mov, id)
{
	$(id).innerHTML = '<a href="#play" onclick="qt(\'' + mov + '\', \'' + id + '\'); return false;"><img src="/images/bg-screencast-play.gif" width="376" height="300" alt="" /></a>';
};

function qt(mov, id)
{
	$(id).innerHTML = '<embed src="/images/screencasts/' + mov + '.mov" pluginspage="http://www.apple.com/quicktime/download/" scale="tofit" kioskmode="false" qtsrc="/images/screencasts/' + mov + '.mov" cache="false" width="376" height="300" controller="true" type="video/quicktime" autoplay="true" />';
};
