
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("infobolsa_cesce")
var contenido="";contenido+="<iframe id=\"Infobolsa_"+Nomvalor+"\" width=\""+width+"\" marginwidth=\"0\" marginheight=\"0\"  height=\"270\" noresize=\"\" scrolling=\"no\" frameborder=\"no\" src=\"http://asp.infobolsanet.com/IFBLayout/Layout.aspx?layout=Mod_Graphics&client=CESCE\"></iframe>"
divdatos.innerHTML=contenido;}
catch(err)
{}}
