function showTvSpot(code)
{
	var embed_bliptv="<embed src=\"http://blip.tv/play/"+code+"\" type=\"application/x-shockwave-flash\" width=\"630\" height=\"530\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed>";
	var cont=document.getElementById("contenedorVideo");
	cont.innerHTML=embed_bliptv;
}