function resultados(destino,ciudad){ 
var html = ''; 


html=html+'<div style="width:815px; height:500px; position:absolute; left:0px; top:0px;">';
html=html+'<iframe src="http://azul.cc/guiacomercial/'+ciudad+'" width=815 height=505 frameborder=0></iframe>';
html=html+'</div>';

document.getElementById(destino).innerHTML = html; 

} 

