/** * Embed with Jw player * * by Poca Tinta * */ function insertar_YouTube(IDyoutube) { var output = "
"; output += ""; output += ""; output += "
"; document.write (output); }