function noticias(destino,swf){ 
var html = ''; 

html=html+'<div style="width:980px; height:415px; background-color: #000000; position:absolute">';
html=html+'<iframe width="980" height="415" frameborder="0" scrolling="no" src = "http://www.cotelconarino.org/noticias/noticias.php"></iframe>';
html=html+'</div>';

document.getElementById(destino).innerHTML = html; 

} 

