<!--
function video(){
document.getElementById('music1').innerHTML="<embed type='application/x-mplayer2' id='music2' pluginspage='http://www.microsoft.com/Windows/MediaPlayer/' src='"+document.getElementById('cancion').value+"' name='MediaPlayer1' controltype='2' showcontrols='1' showstatusbar='1' AutoStart='true' height='300' width='450'></embed>";
}

//-->