function fAbrirPodcast(url,nombre,propiedades)
{
	window.open(url,nombre,propiedades);
}
