
var widgets=document.getElementsByTagName("div");var idWidget=0;for(var i=0;i<widgets.length;i++){if(widgets[i].className=="Infobolsa"){var Nomvalor=widgets[i].getAttribute("valor");var width=widgets[i].getAttribute("width");createframe(Nomvalor,width)}}
function createframe(Nomvalor,width)
{try
{divdatos=document.getElementById("cot_"+Nomvalor)
var contenido="";contenido+="<iframe id=\"Infobolsa_"+Nomvalor+"\" width=\""+width+"\" marginwidth=\"0\" marginheight=\"0\"  height=\"270\" noresize=\"\" scrolling=\"no\" frameborder=\"no\" src=\"http://www.infobolsa.es/mini-ficha/"+Nomvalor+".htm\"></iframe>"
divdatos.innerHTML=contenido;}
catch(err)
{}}