function tvonline(canalID, width, height) {
if (!height) {
height = '360';
}
if(!width) {
width = '600';
}
var output = '<iframe src="http://laweb.com/embed/canal.php?id='+canalID+'&width='+width+'&height='+height+'" width="'+width+'" height="'+height+'" frameborder="0" scrolling="no"></iframe>';
document.write(output);
}